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
283 stars 57 forks source link

What is the ground truth we used for training semantic global policy? #22

Open rginjapan opened 1 year ago

rginjapan commented 1 year ago

Does anybody can give me some explanations about:

Thanks!!

FUIGUIMURONG commented 6 months ago

I am reading this paper and want to do the experiment. For the first question: As it says in the paper, the semantic mapping module should be trained. The Mask RCNN weights are frozen but the denoising network should be trained. For the second question: As it says in the paper, The Goal-Oriented Semantic Policy decides a long-term goal based on the current semantic map to reach the given object goal. It takes the semantic map, the agent’s current and past locations, and the object goal as input and predicts a long-term goal in the top-down map space.