cad-weights commited on
Commit
15b6476
·
verified ·
1 Parent(s): fce4344

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
+ - cad
5
+ - brep
6
+ - defeaturing
7
+ - geometric-primitives
8
+ ---
9
+
10
+ # BrepSimplifier Model Weights
11
+
12
+ Model checkpoint for [BrepSimplifier](https://github.com/3dmindscapper/ComfyUI-PartField) — BrepFormer defeaturing model used in geometric primitive fitting for B-rep CAD models.
13
+
14
+ ## Files
15
+
16
+ | Path | Description | F1 Score |
17
+ |------|-------------|----------|
18
+ | `f1_0.9415.ckpt` | BrepFormer face segmentation checkpoint | 0.9415 |
19
+
20
+ ## Source Code
21
+
22
+ [https://github.com/3dmindscapper/ComfyUI-PartField](https://github.com/3dmindscapper/ComfyUI-PartField)