Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating semantic map datasets of MP3D #32

Open
LORRY137 opened this issue Feb 27, 2024 · 0 comments
Open

Creating semantic map datasets of MP3D #32

LORRY137 opened this issue Feb 27, 2024 · 0 comments

Comments

@LORRY137
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant