3d visualization
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ print("[INFO]: Imported modules!")
|
|
11 |
# inferencer = MMPoseInferencer('hand') # 'hand', 'human , device='cuda'
|
12 |
# inferencer = MMPoseInferencer('human')
|
13 |
|
14 |
-
inferencer = MMPoseInferencer(pose3d='human3d')
|
15 |
# https://github.com/open-mmlab/mmpose/tree/dev-1.x/configs/body_3d_keypoint/pose_lift
|
16 |
# motionbert_ft_h36m-d80af323_20230531.pth
|
17 |
# simple3Dbaseline_h36m-f0ad73a4_20210419.pth
|
|
|
11 |
# inferencer = MMPoseInferencer('hand') # 'hand', 'human , device='cuda'
|
12 |
# inferencer = MMPoseInferencer('human')
|
13 |
|
14 |
+
inferencer = MMPoseInferencer(pose3d='human3d', pose3d_weights="https://download.openmmlab.com/mmpose/body3d/simple_baseline/simple3Dbaseline_h36m-f0ad73a4_20210419.pth")
|
15 |
# https://github.com/open-mmlab/mmpose/tree/dev-1.x/configs/body_3d_keypoint/pose_lift
|
16 |
# motionbert_ft_h36m-d80af323_20230531.pth
|
17 |
# simple3Dbaseline_h36m-f0ad73a4_20210419.pth
|