Skip to content

Commit

Permalink
update installation in readme (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Sep 6, 2022
1 parent 8345bae commit b93132d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,23 @@ conda install -c conda-forge shapely
- Install your desired version of pytorch and torchvision:

```console
conda install pytorch=1.10.2 torchvision=0.11.3 cudatoolkit=11.3 -c pytorch
conda install pytorch=1.11.0 torchvision=0.12.0 cudatoolkit=11.3 -c pytorch
```

- Install your desired detection framework (yolov5):

```console
pip install yolov5==6.1.3
pip install yolov5==6.1.8
```

- Install your desired detection framework (mmdet):

```console
pip install mmcv-full==1.5.3 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10.0/index.html
pip install mmcv-full==1.6.1 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11.0/index.html
```

```console
pip install mmdet==2.25.0
pip install mmdet==2.25.1
```

- Install your desired detection framework (detectron2):
Expand Down

0 comments on commit b93132d

Please sign in to comment.