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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: