Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.47k stars 2.21k forks source link

if i want to use yolox-tiny on nvidia jetson board, use tensorRT with C++, how can i do it? #160

Closed jcyhcs closed 3 years ago

jcyhcs commented 3 years ago

hi,professro!:

i work on nvidia jetson platform, i write infer program with c++, i want to use yolox-tiny to just infer, but i don't konw how to do it , please help me!

GOATmessi8 commented 3 years ago

Plz see the tensor C++ demo

batrlatom commented 3 years ago

You can use deepstream app together with this network. Take a look at https://github.com/nanmi/YOLOX-deepstream

tulbureandreit commented 2 years ago

@FateScript @jcyhcs Have you managed to run yolox-nano or tiny?

I cannot run them, only yolox-s