Skip to content

Instantly share code, notes, and snippets.

@ivder
Last active August 7, 2019 04:28
Show Gist options
  • Save ivder/4d645935d65eb19bf27d99a8afeb33d8 to your computer and use it in GitHub Desktop.
Save ivder/4d645935d65eb19bf27d99a8afeb33d8 to your computer and use it in GitHub Desktop.
JetsonTX2 YOLOv3 TENSOR-RT
JetsonTX2 YOLOv3 TENSOR-RT
Untar : https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/releases/tag/DS2
Edit deepstream_reference_apps-DS2/Makefile.config
- CUDA_VER:=9.0
- PLATFORM:=TEGRA
go to sources/apps/trt-yolo , then sudo make && sudo make install
copy trt-yolo-app to deepstream_reference_apps-DS2/trt-yolo-app
download all files from https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/blob/master/yolo/prebuild.sh to data/
edit data/test_images.txt
sudo ./trt-yolo-app
Choose model by editing sources/lib/network_config.hpp and network_config.cpp
https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/tree/DS2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment