Hi

Could you recommand one of example for the function of Tracking moving objects and identifying shape and rotational speed in your example??

Best regard,
Ryan.

  • erik replied to this.
    5 days later

    No, Could you give me any information to elaborate on share and rotation speed?

    Best regards,
    Ryan.

    • erik replied to this.

      RyanLee I am not sure what you would like to achieve with OAK camera, that's why I asked you to elaborate on the application.

      Hi EriK

      I am trying to make an application that catches garbage in space with tongs. Since the garbage rotates periodically, I want to know the shape of this object and its rotation speed.

      Best regards,
      Ryan.

      • erik replied to this.

        Hi RyanLee ,
        We don't have any examples for shape/speed estimation. You could use opencv (on host) to estimate shape, and use spatial tracklets over time (displacement) to estimate speed.
        Thanks, Erik

        20 days later

        erik Hi erik,

        Is it able to run the tracking with YOLO?
        Best regards.
        Hansi

        • erik replied to this.

          Hi Hansi
          Yep, should be possible - you can just replace MobileNetDetectionNetwork with YoloDetectionNetwork using this example. Is it not working as expected?
          Thanks, Erik

            erik Hi erik,
            I can successfully run tracking in YOLO! I found my mistake, I only replaced the network but forgot to replace the old labelmap to YOLO's, so I couldn't identify any objects. Thanks anyway!
            Best regards,
            Hansi