cad-weights commited on
Commit
c6f390f
·
verified ·
1 Parent(s): 9ea4d1f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
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)