Partial Jetson Nano benchmark

* Minor changes in YOLOv5.md
This commit is contained in:
Marcos Luciano
2020-12-22 23:07:10 -03:00
parent cb99cf3254
commit 01bc853660
2 changed files with 53 additions and 7 deletions

View File

@@ -31,6 +31,11 @@ pip3 install opencv-python
pip3 install matplotlib
```
* Matplotlib (for Jetson plataform)
```
sudo apt-get install python3-matplotlib
```
* Scipy
```
pip3 install scipy