Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saahiluppal authored Jul 30, 2020
1 parent e11fb13 commit 89a004d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Test with your own bunch of images:
````bash
$ python predict.py --path /path/to/image
````
Or Try it out in colab [notebook](catr_demo.ipynb)

# Usage
There are no extra compiled components in CATR and package dependencies are minimal,
so the code is very simple to use. We provide instructions how to install dependencies.
First, clone the repository locally:
```
git clone https://github.com/saahiluppal/catr.git
$ git clone https://github.com/saahiluppal/catr.git
```
Then, install PyTorch 1.5+ and torchvision 0.6+ along with remaining dependencies:
```
Expand Down

0 comments on commit 89a004d

Please sign in to comment.