visual feature selection for visual servo for multiple detected objects #1331
Unanswered
shrutichakraborty
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would suggest to implement a position based visual servo where with the depth you can estimate the 3D position of the center of the bounding box. For the orientation you can use the depth to estimate the plane of the surface where the object is located. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am working on a problem where I would like to detect mutiple diefferent objects and visual servo to each one after the other. In this case what vidual features would you recommend to use? I would like to position the robot arm perpendicular to the centre of each detected bounding box of my detected object. Using a detection network such as Yolov8 I am able to get the bounding box or perhaps even segmentation mask of the desired object to track and servo, would you say that using the centre of gravity and the depth would be sufficient? Is it possible to combine different types of features and then compute the interaction matrix? Any code examples/suggestions would be great ! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions