Skip to content

Commit a5cb9c2

Browse files
authored
fix mmcv installation in readme (#281)
1 parent e382e1b commit a5cb9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pip install torch torchvision
7373
- Install your desired detection framework (such as mmdet or yolov5):
7474

7575
```console
76-
pip install mmdet mmcv
76+
pip install mmdet mmcv-full
7777
```
7878

7979
```console

0 commit comments

Comments
 (0)