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

Map Prediction Data Collection #8

Open
Jaraxxus-Me opened this issue Mar 24, 2024 · 1 comment
Open

Map Prediction Data Collection #8

Jaraxxus-Me opened this issue Mar 24, 2024 · 1 comment

Comments

@Jaraxxus-Me
Copy link

Hi,
I see in the collect_mp.py file you are using the pre-trained MaskRCNN to collect semantic maps for map prediction.
May I know if you tried to use ground truth segmentation (habitat-sim semantic sensor) for the map data?
Thanks

@ajzhai
Copy link
Owner

ajzhai commented Mar 25, 2024

If you use the ground truth for training input, there will be some distribution shift when you evaluate without it. A possibly better idea is that you can collect both the MaskRCNN map and the ground-truth map together, and train to take the (partial) MaskRCNN map as input but output the (complete) ground-truth map probability, so the prediction model can try to correct some MaskRCNN errors. I tried this briefly, but did not get any improvement. However, maybe it will work with a different architecture/loss.

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