We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae3d83 commit 603ea22Copy full SHA for 603ea22
README.md
@@ -80,13 +80,19 @@ NanoOWL runs real-time on Jetson Orin Nano.
80
1. Install PyTorch
81
82
2. Install [torch2trt](https://github.com/NVIDIA-AI-IOT/torch2trt)
83
- 3. Install NVIDIA TensorRT
+ 3. Install NVIDIA [TensorRT](https://github.com/NVIDIA/TensorRT)
84
4. Install the Transformers library
85
86
```bash
87
python3 -m pip install transformers
88
```
89
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
+ ```
96
97
2. Install the NanoOWL package.
98
0 commit comments