💕
💥
YOLOX(Megvii-BaseDetection) Deploy DeepStream This project base on https://github.com/Megvii-BaseDetection/YOLOX and https://zhuanlan.zhihu.com/p/391693130
News
Deploy yolox to deep stream, FPS > 70 - 2021-7-21
System Requirements
cuda 10.0+
TensorRT 7+
OpenCV 4.0+ (build with opencv-contrib module)
OpenMP
DeepStream 5.0+
Installation
Make sure you had install dependencies list above
# clone project and submodule
git clone {this repo}
cd {this repo}/nvdsinfer_custom_impl_yolox/
make
use to parse infer postprocess.
Run
cd {this repo}
deepstream-app -c deepstream_app_config.txt
How to build engine?
https://zhuanlan.zhihu.com/p/391693130
About License
For the 3rd-party module and Deepstream, you need to follow their license
For the part I wrote, you can do anything you want