-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object detection server? #4
Comments
Hi Jorge, The pipeline does not have an object detection server built in. However, if you look at 6.2 in the Wiki, you can see that you can integrate the pipeline with an object detector. Specifically, the Note that although such as object detector might detect multiple objects, each instance of I will improve the code so that you can match a different model (source) pointcloud to the target pointcloud with each service call, removing the need for multiple instances of I will close once I incorporate the functionality I mentioned. Thanks! |
Yep, that's what I had in mind; but as u said, very awkward to have so many template matchers running!
Yes, something like loading all the templates on in input directory and label the objects after the file name w/o extension would be great. I volunteer as beta-tester! 🖐️ 😄 Thanks!!! |
Merry Christmas! Is there any work in progress on the multiple templates loading? |
Btw, I modified ICP to only allow planar transformation (for tabletop objects) by using a TransformationEstimation2D. |
Question: did you develop, or do yo plan to do an object detection server?
With current services you can check the fitting of a segmentated pointcloud (extracted with rail_segmentation) to a know mesh. But would make sense to provide an object detection action server that fits each segmentated pointcloud to all the known objects and assigns the best fit (if above a threshold)? That's what the old ORK tabletop did, and was very convenient, but current code doesn't work on melodic. I'm surprise that I cannot find something similar.
The text was updated successfully, but these errors were encountered: