Skip to content

Commit 603ea22

Browse files
committed
Changes in the prerequisites in the Readme Documentation
1 parent 9ae3d83 commit 603ea22

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,19 @@ NanoOWL runs real-time on Jetson Orin Nano.
8080
1. Install PyTorch
8181

8282
2. Install [torch2trt](https://github.com/NVIDIA-AI-IOT/torch2trt)
83-
3. Install NVIDIA TensorRT
83+
3. Install NVIDIA [TensorRT](https://github.com/NVIDIA/TensorRT)
8484
4. Install the Transformers library
8585

8686
```bash
8787
python3 -m pip install transformers
8888
```
8989
5. (optional) Install NanoSAM (for the instance segmentation example)
90+
6. Install the Clip Package
91+
92+
```conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
93+
pip install ftfy regex tqdm
94+
pip install git+https://github.com/openai/CLIP.git
95+
```
9096

9197
2. Install the NanoOWL package.
9298

0 commit comments

Comments
 (0)