saimwani / multiON

Code for reproducing the results of NeurIPS 2020 paper "MultiON: Benchmarking Semantic Map Memory using Multi-Object Navigation”
46 stars 7 forks source link

how to visualize each episode #10

Closed zhangfuyang closed 3 years ago

zhangfuyang commented 3 years ago

Hi,

I wonder how to get the visualization? I saw there is a VIDEO_OPTION and VIDEO_DIR variable in ppo_multinav.yaml config. But the current code is not bug-free when activating those two variables.

Specifically, the global_map1 is not defined in here. I tried to uncommented this line, but not sure if that's the right way.

Also, the egocentric_map seems also not correct (out of dimension?), should we sum over test_global_map_visulization instead of test_global_map in here?

Could you please help me debug this feature? I am playing around with the ObjectReg baseline model. Visually seeing how is baseline performance can help me know better the essential points of this challenge.

Thank you!

zhangfuyang commented 3 years ago

solved