Skip to content
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

Semantic segmentation callback function cannot be reached #54

Open
Sephirex-X opened this issue Jul 16, 2021 · 2 comments
Open

Semantic segmentation callback function cannot be reached #54

Sephirex-X opened this issue Jul 16, 2021 · 2 comments

Comments

@Sephirex-X
Copy link

When I use semantic segmentation callback function named imageSegmentationCallback cannot be reached even though msg on three topics /camera/rgb/image_raw, /camera/depth/image_raw, /mask_rcnn/result has been properly published and received by node /depth_segmentation_node.
However, geometric segmentation functions well.
thx a lot

@elijah-ortiz
Copy link

elijah-ortiz commented Sep 7, 2022

Hello, I am also having this issue. Can seem to get the geometric segmentation to work fine but the semantic launch file does not. It seems like the Mask-RCNN launch include was removed from the file for some reason? Adding Mask-RCNN to the launchfile does not seem to fix the issue, although MASK-RCNN does work correctly. It appears the depth_segmentation_node does not subscribe to the MaskRCNN node at all so no "semantic" information seems to make its way into the process. Any help on getting the semantic segmentation launchfile to work would be appreciated.

@margaritaG
Copy link
Collaborator

@elijah-ortiz It's the full Voxblox++ launch file that will launch Mask R-CNN (https://github.com/ethz-asl/voxblox-plusplus/blob/master/global_segment_map_node/launch/vpp_pipeline.launch), once Mask R-CNN is running then depth_segmentation should subscribe to its result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants