model download tracker
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format_version": 1,
|
| 3 |
+
"name": "Instant-NuRec",
|
| 4 |
+
"description": "Bundle manifest for the Instant-NuRec system model repository.",
|
| 5 |
+
"components": [
|
| 6 |
+
{
|
| 7 |
+
"name": "instant_nurec",
|
| 8 |
+
"file": "instant_nurec.pt",
|
| 9 |
+
"role": "image-to-3D Gaussian Splatting reconstruction"
|
| 10 |
+
}
|
| 11 |
+
]
|
| 12 |
+
}
|