marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 357 forks source link

Is there any support plan for yolov10? #556

Open tms2003 opened 2 months ago

tms2003 commented 2 months ago

Is there any support plan for yolov10?It looks like it should be faster

reno77 commented 2 months ago

There's a forked repo here with yolov10 support , https://github.com/shashikant-ghangare/DeepStream-Yolo/tree/add-yolov10

Edit: I tried it, the .onnx and .engine files got generated but I'm not getting any detections for my videos. Not sure why yet.