Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- 3d
|
| 5 |
+
- part-segmentation
|
| 6 |
+
- feature-field
|
| 7 |
+
- point-cloud
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PartField Model Weights
|
| 11 |
+
|
| 12 |
+
Model checkpoint for [PartField](https://github.com/cad-results/PartField) — learning 3D feature fields for part segmentation and beyond (ICCV 2025).
|
| 13 |
+
|
| 14 |
+
## Files
|
| 15 |
+
|
| 16 |
+
| Path | Description |
|
| 17 |
+
|------|-------------|
|
| 18 |
+
| `model_objaverse.ckpt` | Trained on Objaverse |
|
| 19 |
+
|
| 20 |
+
## Source Code
|
| 21 |
+
|
| 22 |
+
[https://github.com/cad-results/PartField](https://github.com/cad-results/PartField)
|