Object-Goal-Navigation
Object-Goal-Navigation copied to clipboard
Visualize Ground Truth Semantic Map
hi everyone : ) I found the _visualize() in semantic_exp.py is used to render Predicted Semantic Map, and it works pretty well.
But how can we get a Ground Truth Semantic Map like this? It seems that simply replace inputs['sem_map_pred'] with scene_info[floor_idx]['sem_map'](which means ground truth semantic map in objectgoal_env.py) didn't work well.