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.
Hi RyanLee , You can see a demo of tracking moving object here:
Could you elaborate on shape/rotation speed? Thanks, Erik
erik Hi erik,
Is it able to run the tracking with YOLO? Best regards. Hansi
No, Could you give me any information to elaborate on share and rotation speed?
Best regards, Ryan.
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.
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
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