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 wonderful work!
When I run the command ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train" ,it fell into infinite loop.
Here is my procedure:
1.I download basis-compressed versions of the MP3D scenes and version of the raw MP3D
2.I convert *.obj file in raw MP3D into .glb file with trimesh.
3.Then I copy .house ,.navmesh ,.ply from basis-compressed versions of the MP3D to version of the raw MP3D and obtained the final folder.
4.I run ACTIVE_DATASET="mp3d" python scripts/create_semantic_maps.py
ACTIVE_DATASET="mp3d" python scripts/precompute_fmm_dists.py
ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train"
ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "val"
But when I run the command ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train" ,it fell into infinite loop.
Is my procedure for creating semantic map datasets of MP3D right?
The text was updated successfully, but these errors were encountered:
Thank you for your wonderful work!
When I run the command ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train" ,it fell into infinite loop.
Here is my procedure:
1.I download basis-compressed versions of the MP3D scenes and version of the raw MP3D
2.I convert *.obj file in raw MP3D into .glb file with trimesh.
3.Then I copy .house ,.navmesh ,.ply from basis-compressed versions of the MP3D to version of the raw MP3D and obtained the final folder.
4.I run ACTIVE_DATASET="mp3d" python scripts/create_semantic_maps.py
ACTIVE_DATASET="mp3d" python scripts/precompute_fmm_dists.py
ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train"
ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "val"
But when I run the command ACTIVE_DATASET="mp3d" python scripts/create_poni_dataset.py --split "train" ,it fell into infinite loop.
Is my procedure for creating semantic map datasets of MP3D right?
The text was updated successfully, but these errors were encountered: