Improve this page Add a description, image, and links to thescannet200topic page so that developers can more easily learn about it. To associate your repository with thescannet200topic, visit your repo's landing page and select "manage topics."...
python scripts/run_seg_scannet200.py --gpu 0,1,2,3 --alias scannet200 ``` 3. **Evaluate**: Run the following command to get the per-point predictions for the validation dataset with a voting strategy. And after voting, the mIoU is 32.6 on the validation dataset. ```bash python scr...
python run_evaluation.py --dataset_name scannet200 --path_to_3d_masks "./output/scannet200/scannet200_ground_truth_masks" --is_gt Reproduce the results of Replica with precomputed-masks (using Mask3D) python run_evaluation.py --dataset_name replica --path_to_3d_masks "./output/replica/...
Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D. [Project Webpage] [Paper] [Demo] News 29. October 2023: Check out this easy setup for Mask3D. 17. January 2023: Mask3D is accepted at ICRA 2023. 🔥 14. October 2022...
Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D. [Project Webpage] [Paper] [Demo] News 29. October 2023: Check out thiseasy setupfor Mask3D. 17. January 2023: Mask3D is accepted at ICRA 2023. 🔥 ...