NVIDIA-AI-IOT / yolo_deepstream

yolo model qat and deploy with deepstream&tensorrt
Apache License 2.0
549 stars 139 forks source link

if you want to run the draw_engine.py, pls don't install trex==0.1.8 #63

Open quanfeifan opened 2 months ago

quanfeifan commented 2 months ago

now, the main branch of TensorRT is 10.xx, and the trex is 0.1.8, which is not compatible with this repo. For me , I git clone the TensorRT 8.6, and the trex is 0.1.6. Finally it work.