Yutian10 commited on
Commit
218e050
·
verified ·
1 Parent(s): 7b39f37

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "anyrecon",
3
+ "architectures": [
4
+ "AnyReconModel"
5
+ ],
6
+ "task": "3d-reconstruction",
7
+ "framework": "pytorch",
8
+ "description": "AnyRecon: A framework for sparse-view 3D reconstruction utilizing unordered contextual video diffusion.",
9
+ "model_version": "1.0"
10
+ }