shsolanki commited on
Commit
5209142
·
1 Parent(s): d87a59f

config.json

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format_version": 1,
3
+ "name": "Asset Harvester",
4
+ "description": "Bundle manifest for the Asset Harvester system model repository.",
5
+ "components": [
6
+ {
7
+ "name": "camera_estimator",
8
+ "file": "AH_camera_estimator.safetensors",
9
+ "role": "camera estimation"
10
+ },
11
+ {
12
+ "name": "multiview_diffusion",
13
+ "file": "AH_multiview_diffusion.safetensors",
14
+ "role": "multiview image generation"
15
+ },
16
+ {
17
+ "name": "object_segmentation",
18
+ "file": "AH_object_seg_jit.pt",
19
+ "role": "object segmentation"
20
+ },
21
+ {
22
+ "name": "tokengs_lifting",
23
+ "file": "AH_tokengs_lifting.safetensors",
24
+ "role": "3D lifting"
25
+ }
26
+ ]
27
+ }