devendrachaplot / Object-Goal-Navigation

Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
https://devendrachaplot.github.io/projects/semantic-exploration
MIT License
327 stars 60 forks source link

Questions about Semantic Mapping Module #14

Closed duxuan321 closed 3 years ago

duxuan321 commented 3 years ago

Hi everybody ! I have been trying to extract Semantic Mapping Module as a baseline.

However, just like ugurbolat mentioned, semantic mapping part is not learned, and there are only projection transformation functions to get the bird eye's view.

When I use semantic mapping module to update my local map, it dose't work well, the local map generated by this part is far from ground-truth. I don't know if someone else encountered with same questions, can you get proper map using this module?