Upload manifest.json with huggingface_hub
Browse files- manifest.json +19 -0
manifest.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"statistics": {
|
| 4 |
+
"total_faces": 97899,
|
| 5 |
+
"total_surfaces": 97899
|
| 6 |
+
},
|
| 7 |
+
"format": "sqlite",
|
| 8 |
+
"knot_storage": "full knot sequences (UKnotSequence/VKnotSequence, incl. multiplicities)",
|
| 9 |
+
"distribution": {
|
| 10 |
+
"bspline": 48047,
|
| 11 |
+
"plane": 20000,
|
| 12 |
+
"cylinder": 15000,
|
| 13 |
+
"revolution": 3852,
|
| 14 |
+
"torus": 3000,
|
| 15 |
+
"extrusion": 3000,
|
| 16 |
+
"cone": 3000,
|
| 17 |
+
"sphere": 2000
|
| 18 |
+
}
|
| 19 |
+
}
|