luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
799 stars 356 forks source link

Support for YOLOP #515

Closed Bumbleboss closed 5 months ago

Bumbleboss commented 6 months ago

Is it possible to support the use of YOLOP directly with OAKD? https://github.com/hustvl/YOLOP

They have .onnx already available at their /weights directory.

Erol444 commented 6 months ago

Hi @Bumbleboss , It can! We have a demo app with YOLOP here: https://github.com/luxonis/depthai-experiments/tree/master/gen2-yolo/yolop

Bumbleboss commented 5 months ago

Thank you, did not realize it was hidden inside that folder!^