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

About scannetv2 hidden test upload #15

Closed
3171228612 opened this issue May 25, 2023 · 2 comments
Closed

About scannetv2 hidden test upload #15

3171228612 opened this issue May 25, 2023 · 2 comments

Comments

@3171228612
Copy link

What else should be done to handle pred_masks after test output before submitting them to the authorities? After I output the masks, the assessment fails all the time

@ngoductuanlhp
Copy link
Collaborator

You should follow our instructions to export the predictions in the correct format of ScanNetV2 benchmark, i.e.:
python3 tools/test.py configs/scannetv2/isbnet_benchmark_scannetv2.yaml <checkpoint_file> --out <output_dir>

The function save_single_instance in tools/test.py will map the predicted class_id to the corresponding benchmark_class_id, then write to the .txt file. Ensure that the total number of files in the test set is 100 and follow the instruction at https://kaldir.vc.in.tum.de/scannet_benchmark/documentation to zip the folder correctly.

@3171228612
Copy link
Author

Thank you for your explanation

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

2 participants