Skip to content

Changes in the prerequisites in the Readme Documentation #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,25 @@ NanoOWL runs real-time on Jetson Orin Nano.
1. Install PyTorch

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

```bash
python3 -m pip install transformers
```
5. (optional) Install NanoSAM (for the instance segmentation example)
6. Install the Clip Package

```bash
conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
pip install ftfy regex tqdm
pip install git+https://github.com/openai/CLIP.git
```
7. Install the aiohttp module

```bash
python3 -m pip install aiohttp
```

2. Install the NanoOWL package.

Expand Down