You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your outstanding work! I have some questions about the visualization of occupancy map.
I saved result[0]['occ'] into result.pkl during evaluation, and visualized the map with render_cfg.with_occ_map=True.
However, when I run the code, I find:
if 'topk_query_ins_segs' in outputs[k]['occ']:
KeyError: 'occ'
Also when I search something named ['topk_query_ins_segs'], I found this code only occurred in /visualize/run.py
so I can not visualize the occupancy map correctly.
I would appreciate it if you could tell me what is wrong with my operation and how to visualize the occformer.
The text was updated successfully, but these errors were encountered:
Thank you for your outstanding work! I have some questions about the visualization of occupancy map.
I saved result[0]['occ'] into result.pkl during evaluation, and visualized the map with render_cfg.with_occ_map=True.
However, when I run the code, I find:
Also when I search something named ['topk_query_ins_segs'], I found this code only occurred in /visualize/run.py
so I can not visualize the occupancy map correctly.
I would appreciate it if you could tell me what is wrong with my operation and how to visualize the occformer.
The text was updated successfully, but these errors were encountered: