Hi. Similar to this sample PY code for mobilenet [ https://docs.luxonis.com/projects/api/en/latest/samples/MobileNet/video_mobilenet/ ] — Is there sample PY code for running YOLO on pre-recorded video in DepthAI MyriadX?
Preferably with depth, as we also recorded left and right cam frames simultaneous with RGB frames.
But without depth would also be useful. Plus:
Preferably YOLOv5 blob, which we converted from YOLOv5 Pytorch model following your guide and tested successfully on live DepthAI left, RGB and right camera inputs.
But even tiny YOLOv3 and others would be good.
Just want to see how this should be done with YOLO. Thanks!