From dc4b28201027ec1a3aad9c9a2c85922a8381d918 Mon Sep 17 00:00:00 2001 From: lupeng Date: Tue, 6 Jun 2023 18:33:05 +0800 Subject: [PATCH] restrict mmdet version --- demo/docs/2d_animal_demo.md | 2 +- demo/docs/2d_hand_demo.md | 2 +- demo/docs/2d_human_pose_demo.md | 2 +- demo/docs/2d_pose_tracking_demo.md | 2 +- demo/docs/2d_wholebody_pose_demo.md | 2 +- demo/docs/3d_human_pose_demo.md | 2 +- requirements/mminstall.txt | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/demo/docs/2d_animal_demo.md b/demo/docs/2d_animal_demo.md index 3f1c34c9a0..85b255ad7e 100644 --- a/demo/docs/2d_animal_demo.md +++ b/demo/docs/2d_animal_demo.md @@ -73,7 +73,7 @@ python demo/top_down_video_demo_full_frame_without_det.py \ #### Using MMDetection to detect animals -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. **COCO-animals** diff --git a/demo/docs/2d_hand_demo.md b/demo/docs/2d_hand_demo.md index bcc25f454e..6b92732fe2 100644 --- a/demo/docs/2d_hand_demo.md +++ b/demo/docs/2d_hand_demo.md @@ -46,7 +46,7 @@ python demo/top_down_img_demo.py \ We provide a demo script to run mmdet for hand detection, and mmpose for hand pose estimation. -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. *Hand Box Model Preparation:* The pre-trained hand box estimation model can be found in [det model zoo](/demo/docs/mmdet_modelzoo.md). diff --git a/demo/docs/2d_human_pose_demo.md b/demo/docs/2d_human_pose_demo.md index 0bc8a52cff..430f298017 100644 --- a/demo/docs/2d_human_pose_demo.md +++ b/demo/docs/2d_human_pose_demo.md @@ -42,7 +42,7 @@ python demo/top_down_img_demo.py \ We provide a demo script to run mmdet for human detection, and mmpose for pose estimation. -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. ```shell python demo/top_down_img_demo_with_mmdet.py \ diff --git a/demo/docs/2d_pose_tracking_demo.md b/demo/docs/2d_pose_tracking_demo.md index b2a021efcc..50ba6d82fb 100644 --- a/demo/docs/2d_pose_tracking_demo.md +++ b/demo/docs/2d_pose_tracking_demo.md @@ -6,7 +6,7 @@ We provide a video demo to illustrate the pose tracking results. -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. ```shell python demo/top_down_pose_tracking_demo_with_mmdet.py \ diff --git a/demo/docs/2d_wholebody_pose_demo.md b/demo/docs/2d_wholebody_pose_demo.md index 7da7988962..9b21591a1a 100644 --- a/demo/docs/2d_wholebody_pose_demo.md +++ b/demo/docs/2d_wholebody_pose_demo.md @@ -42,7 +42,7 @@ python demo/top_down_img_demo.py \ We provide a demo script to run mmdet for human detection, and mmpose for pose estimation. -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. ```shell python demo/top_down_img_demo_with_mmdet.py \ diff --git a/demo/docs/3d_human_pose_demo.md b/demo/docs/3d_human_pose_demo.md index 2e8aee1c4f..d7ed695553 100644 --- a/demo/docs/3d_human_pose_demo.md +++ b/demo/docs/3d_human_pose_demo.md @@ -41,7 +41,7 @@ python demo/body3d_two_stage_img_demo.py \ #### Using mmdet for human bounding box detection and top-down model for the 1st stage (2D pose detection), and inference the 2nd stage (2D-to-3D lifting) -Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection). +Assume that you have already installed [mmdet](https://github.com/open-mmlab/mmdetection) **with version 2.x**. ```shell python demo/body3d_two_stage_video_demo.py \ diff --git a/requirements/mminstall.txt b/requirements/mminstall.txt index 89199e3606..07cd77207f 100644 --- a/requirements/mminstall.txt +++ b/requirements/mminstall.txt @@ -1,3 +1,3 @@ mmcv-full>=1.3.8 -mmdet>=2.14.0 -mmtrack>=0.6.0 +mmdet>=2.14.0,<3.0.0 +mmtrack>=0.12.0,<1.0.0rc0