2020.2.20 更新 bbox
2020.2.19 更新 可以build engine for DCNv2, webcam_demo 测试OK 速度有点慢 约500ms
plan to finish basic TensorRT version of CenterNet working on JetsonNano
most of main code from Cao
I change some to run on JetsonNano, there are still many places need to be enhanced.
still in process ….
- Nvidia Jetson Nano with CSI Camera
- TensorRT 5.1.2.6
Download here ctdet_coco_dla_2x.onnx Baidu 提取码 3ahy
- git clone https://github.com/Stephenfang51/CenterNet_TensorRT_CPP
- cd to the repo
- follow below
mkdir build
cd build
cmake ..
make
firstly you should build engine from onnx
-
building Engine :
./buildEngine -i /path/to/xxxxxx.onnx - o /path/to/xxxxxx.engine
-
webcam demo :
./webcam_demo -e /path/to/xxxx.engine -c true
-
image demo :
./demo -e /path/to/xxxx.engine -i /path/to/xxxx.jpg
-
video demo : still working on it....