Model checkpoints#
We provide here results and checkpoints for various models trained on the 2D and 3D modalities of 3DCoMPaT++. We provide models and results for:
Coarse and fine-grained part
Material segmentation (coarse-grained)
Shape classification
🦁 2D Models#
We provide here some 2D models trained on the 3DCoMPaT dataset.
For all models, you must include the loader files from the repo_root/loaders/2D
in the active folder (you can simply use a symlink).
Results.
A. Fine-grained part segmentation.
Model |
MIOU |
mPrecision |
ckpt |
---|---|---|---|
SegFormer |
52.24 |
97.01 |
B. Coarse-grained part segmentation.
Model |
MIOU |
mPrecision |
ckpt |
---|---|---|---|
SegFormer |
73.35 |
99.09 |
C. Material segmentation.
Model |
MIOU |
mPrecision |
ckpt |
---|---|---|---|
SegFormer |
82.45 |
95.82 |
Classification.
Point-cloud classification.
🐯 3D Models#
We provide here some 3D models trained on the 3DCoMPaT dataset. This repo includes the code for 3d Shape Classification and Part Segmentation on 3DCoMPaT dataset for both coarse and fine grained versions using prevalent 3D vision algorithms, including PointNet++, DGCNN, PCT, PointStack, and CurveNet in pytorch.
You can find the pretrained models and log files in gdrive.
Results.
A. Fine-grained part segmentation.
Model |
Number of points |
Accuracy |
Shape-aware mIOU |
Shape-agnostic mIOU |
ckpt |
---|---|---|---|---|---|
PCT |
2048 |
70.49 |
81.31 |
49.09 |
|
PointNet2 partseg_ssg |
2048 |
71.09 |
80.01 |
50.39 |
|
Curvenet |
2048 |
72.49 |
81.37 |
53.09 |
B. Coarse-grained part segmentation.
Model |
Number of points |
Accuracy |
Shape-aware mIOU |
Shape-agnostic mIOU |
ckpt |
---|---|---|---|---|---|
PCT |
2048 |
80.64 |
75.48 |
66.95 |
|
PointNet2 partseg_ssg |
2048 |
84.72 |
77.98 |
73.79 |
|
Curvenet |
2048 |
86.01 |
80.64 |
76.32 |
C. Shape classification.