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