Object-Goal-Navigation icon indicating copy to clipboard operation
Object-Goal-Navigation copied to clipboard

Visualize Ground Truth Semantic Map

Open duxuan321 opened this issue 2 years ago • 0 comments

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. image

duxuan321 avatar Dec 24 '21 14:12 duxuan321