I encountered an issue at line 119 of baselines/x-navdp/eval/environment.py:
esdf_path = os.path.join(scene_path, "occupancy.ply")
It requires an "occupancy.ply" file, but it seems there is currently no tool to generate it, and it's not provided in the open-source assets (except for internscenes_home and internscenes_commercial). Is it possible to perform inference without using the PLY file?
I encountered an issue at line 119 of baselines/x-navdp/eval/environment.py:
esdf_path = os.path.join(scene_path, "occupancy.ply")
It requires an "occupancy.ply" file, but it seems there is currently no tool to generate it, and it's not provided in the open-source assets (except for internscenes_home and internscenes_commercial). Is it possible to perform inference without using the PLY file?