Image-to-3D
abot_recon
jialidddh commited on
Commit
00bd8b0
·
verified ·
1 Parent(s): fb3e623

Add inference config for download tracking

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "abot_recon",
3
+ "architecture": "ABotRecon",
4
+ "checkpoint_file": "abot_recon.safetensors",
5
+ "input_height": 280,
6
+ "input_width": 504,
7
+ "local_window_frames": 12,
8
+ "amp_dtype": "bf16",
9
+ "attention_backend": "auto"
10
+ }