Hello,
I want to implement yolov7 with oak-d camera for a small project. I am trying to do this example from depthai-python, but with yolov7. I didn't find any examples online and curious is it possible. I understand yolov7 has been recently published and introduced to the community. From the reference of depthai experiments in YOLO, I see examples for v4_tiny & v3. Also checked release notes of depthai-python v2.17.0 added support for yolov6. So, I am curious, is it possible to deploy yolov7 with oak-d camera? If possible, any reference/guide that i should check.

    2 months later

    Hey there. I'd also be highly interested and thankful for any considerations along the process of implementation. Will try to share mine as soon as I can find the time within the next weeks.

    • erik replied to this.
      a month later

      Hey erik, apologies for late reply. I recently saw the msg and gave it a try. It works perfectly fine. Thank you for yolov7 colab file. Just little crazy with detection regions sometimes, maybe later I can mess with IOU threshold or Confidence Threshold in JSON configs.

      Thank you again,

        Hi elitearmedforce , great that you got it working! It looks like IOU threshold is not set correctly, that's why you see multiple bounding boxes for one car.
        Thanks, Erik

        8 months later
        a month later
        6 months later

        Hello, Will YOLOv7 work with an OAK-D-Lite? I am trying to create my own model, and it seems that YOLOv7 is the way to go.

        Thank you