To get started, run some of the examples from this article.
Benchmarks that are currently available:
- SSD-Mobilenet-V2
- Pose Estimation
All required tools are already downloaded, compiled, and built on the board. All that is needed is to run the benchmark.
For SSD-Mobilenet-V2:
cd /usr/src/tensorrt/bin
sudo ./sample_uff_ssd_rect
For Pose Estimation:
cd /usr/src/tensorrt/bin/
sudo ./trtexec --output=Mconv7_stage2_L2 --deploy=../data/googlenet/pose_estimation.prototxt --fp16 --batch=1
If you are having trouble with the benchmarks, please contact us via the form on the Contacts page.