Image-to-3D
English
nvidia
instant-nurec
3d-generation
gaussian-splatting
physical-ai
shsolanki commited on
Commit
b6ff7a1
·
1 Parent(s): 1d7d4c3

model download tracker

Browse files
Files changed (1) hide show
  1. 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
+ }