#391 · Primary category: Computer Vision
Mask3D
Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D.
Project last updated:10/29/23
GitHub Stars
745
Forks
129
Contributors
3
License
MIT
Why we included this project
Mask3D is a research implementation of a mask transformer for 3D semantic instance segmentation, the task of finding and labeling each distinct object in a point cloud rather than classifying the whole scene. Built on PyTorch with Lightning and Hydra, it achieves state-of-the-art results on the ScanNet, ScanNet200, S3DIS, and STPLS3D benchmarks, and the repo ships trained checkpoints and preprocessing scripts for each dataset, so reproducing the reported numbers takes little extra work. The code is research-oriented, so expect to adapt it to your own data and hardware before it fits into a production pipeline. For teams working on indoor scene understanding, robotics perception, or urban point-cloud analysis, it is a useful reference for separating individual instances, and the modular structure makes it a reasonable starting point for extending the work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)