Skip to content

Commit

Permalink
Add pytorch requirment
Browse files Browse the repository at this point in the history
  • Loading branch information
TangmereCottage committed Jul 22, 2024
1 parent c6cedf7 commit 4951225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ pip install -r requirements.txt
cd ..
```

NOTE: check for any error messages, and do not disregard them. If `pip install` does not complete cleanly, various features will not work. For example, `open3d` does not yet support `python3.12` and therefore you will need to set up a 3.11 `venv` first etc.
NOTE 1: check for any error messages, and do not disregard them. If `pip install` does not complete cleanly, various features will not work. For example, `open3d` does not yet support `python3.12` and therefore you will need to set up a 3.11 `venv` first etc.

NOTE 2: for real time object detection and tracking, please install [PyTorch](https://pytorch.org/).

Install `rust` language support in your system: [instructions](https://www.rust-lang.org/tools/install)

Expand Down

0 comments on commit 4951225

Please sign in to comment.