Skip to content

Commit

Permalink
Use mmcv-full (open-mmlab#312)
Browse files Browse the repository at this point in the history
Signed-off-by: lizz <[email protected]>
  • Loading branch information
innerlee authored Nov 26, 2020
1 parent a415f26 commit 2e22726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- PyTorch 1.3+
- CUDA 9.2+ (If you build PyTorch from source, CUDA 9.0 is also compatible)
- GCC 5+
- [mmcv](https://github.com/open-mmlab/mmcv) (Please install the latest version)
- [mmcv](https://github.com/open-mmlab/mmcv) (Please install the latest version of mmcv-full)
- Numpy
- cv2
- json_tricks
Expand Down Expand Up @@ -76,6 +76,8 @@ It is recommended that you run step d each time you pull some updates from githu
3. If you would like to use `opencv-python-headless` instead of `opencv-python`,
you can install it before installing MMCV.

4. If you have `mmcv` installed, you need to firstly uninstall `mmcv`, and then install `mmcv-full`.

### A from-scratch setup script

Here is a full script for setting up mmpose with conda and link the dataset path (supposing that your COCO dataset path is $COCO_ROOT).
Expand Down
2 changes: 1 addition & 1 deletion requirements/readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mmcv==1.1.1
mmcv-full==1.1.1
munkres
poseval@git+https://github.com/svenkreiss/poseval.git
scipy
Expand Down

0 comments on commit 2e22726

Please sign in to comment.