Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Add requirements.txt file and update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Korshunov committed Jul 7, 2021
1 parent 3a24773 commit 12e684e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Segmentation:
2) Set up dependencies:

```shell
pip install torch torchvision opencv-python timm==0.4.5
pip install -r requirements.txt
```

The code was tested with Python 3.7, PyTorch 1.8.0, OpenCV 4.5.1, and timm 0.4.5
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
torch==1.8.0
torchvision==0.9.0
opencv-python==4.5.2.54
timm==0.4.5

0 comments on commit 12e684e

Please sign in to comment.