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

Question about Bayesian update. #79

Open
canglangzhige opened this issue Jun 10, 2022 · 2 comments
Open

Question about Bayesian update. #79

canglangzhige opened this issue Jun 10, 2022 · 2 comments

Comments

@canglangzhige
Copy link

In the paper it is mentioned "we use a Bayesian update to update the label probabilities at each voxel". But in the experimental part, I saw that the point cloud was directly generated by the segmented RGB image and depth image, and then passed to voxblox for semantic reconstruction, and "Bayesian update" was not used. What I understand is that the experiment Part of it just replaces ordinary RGB images with semantic images, and does not perform semantic fusion operations. Is there any experiment in this area?

@canglangzhige
Copy link
Author

I have a few other questions:

  1. "accuracy" and "completeness" are used to assess the quality of the 3D meshes. What software are you using? Can you provide the relevant code?
  2. Ground truth is used to estimate the mesh in Section III-C, but I don not find GT point cloud within the kimera_semantics_demo.bag:
    image
  3. "mIoU" and "Acc" are used to analyze the semantic performance. But these two metrics are generally used to evaluate two-dimensional semantic segmentation. How do you use it to evaluate three-dimensional semantic information?

@xtXu
Copy link

xtXu commented Nov 21, 2022

Bayesian update is used to 3D fusion I think. The semantic point cloud is generated by semantic and RGB image, then the framework will do raycasting and update the label in each voxel using Bayesian update.

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

2 participants