Skip to content

Commit

Permalink
fix mmcv installation in readme (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon committed Nov 22, 2021
1 parent e382e1b commit a5cb9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pip install torch torchvision
- Install your desired detection framework (such as mmdet or yolov5):

```console
pip install mmdet mmcv
pip install mmdet mmcv-full
```

```console
Expand Down

0 comments on commit a5cb9c2

Please sign in to comment.