From 89a004dea5d1df7d71424cd5565ebc3dcf9500b0 Mon Sep 17 00:00:00 2001 From: Sahil Uppal <47444392+saahiluppal@users.noreply.github.com> Date: Thu, 30 Jul 2020 17:27:43 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b91c79f..25d6586 100644 --- a/README.md +++ b/README.md @@ -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: ```