Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
LareinaM committed Sep 20, 2023
1 parent 7c8aa13 commit 003f14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions model-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ Import:
- configs/body_2d_keypoint/topdown_regression/mpii/resnet_mpii.yml
- configs/body_2d_keypoint/topdown_regression/mpii/resnet_rle_mpii.yml
- configs/body_2d_keypoint/yoloxpose/coco/yoloxpose_coco.yml
- configs/body_3d_keypoint/pose_lift/h36m/videopose3d_h36m.yml
- configs/body_3d_keypoint/pose_lift/h36m/motionbert_h36m.yml
- configs/body_3d_keypoint/image_pose_lift/h36m/simplebaseline3d_h36m.yml
- configs/body_3d_keypoint/video_pose_lift/h36m/videopose3d_h36m.yml
- configs/body_3d_keypoint/motionbert/h36m/motionbert_h36m.yml
- configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose_coco_wholebody_face.yml
- configs/face_2d_keypoint/rtmpose/face6/rtmpose_face6.yml
- configs/face_2d_keypoint/rtmpose/wflw/rtmpose_wflw.yml
Expand Down Expand Up @@ -119,6 +120,7 @@ Import:
- configs/hand_2d_keypoint/topdown_heatmap/rhd2d/resnet_rhd2d.yml
- configs/hand_2d_keypoint/topdown_regression/onehand10k/resnet_onehand10k.yml
- configs/hand_2d_keypoint/topdown_regression/rhd2d/resnet_rhd2d.yml
- configs/hand_3d_keypoint/internet/interhand3d/internet_interhand3d.yml
- configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose_coco-wholebody.yml
- configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml
- configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_dark_coco-wholebody.yml
Expand Down
4 changes: 2 additions & 2 deletions tests/test_apis/test_inferencers/test_pose3d_inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_init(self):

# 2. init with config name
inferencer = Pose3DInferencer(
model='configs/body_3d_keypoint/pose_lift/h36m/pose-lift_'
'videopose3d-243frm-supv-cpn-ft_8xb128-200e_h36m.py',
model='configs/body_3d_keypoint/video_pose_lift/h36m/'
'video-pose-lift_tcn-243frm-supv-cpn-ft_8xb128-200e_h36m.py',
pose2d_model='configs/body_2d_keypoint/simcc/coco/'
'simcc_res50_8xb64-210e_coco-256x192.py',
det_model=det_model,
Expand Down

0 comments on commit 003f14e

Please sign in to comment.