mlboydaisuke commited on
Commit
0449f30
·
verified ·
1 Parent(s): 6a86197

Add config.json so the Hub can count downloads

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "executorch-pte",
3
+ "format": "pte",
4
+ "framework": "ExecuTorch",
5
+ "source": "thohemp/6DRepNet + osanseviero/6DRepNet_300W_LP_AFLW2000 weights",
6
+ "inputs": [
7
+ [
8
+ 1,
9
+ 3,
10
+ 224,
11
+ 224
12
+ ]
13
+ ],
14
+ "variants": [
15
+ {
16
+ "file": "sixdrepnet_headpose_coreml_all.pte",
17
+ "backend": "coreml",
18
+ "precision": "fp16",
19
+ "size_mb": 78.8
20
+ },
21
+ {
22
+ "file": "sixdrepnet_headpose_xnnpack_fp32.pte",
23
+ "backend": "xnnpack",
24
+ "precision": "fp32",
25
+ "size_mb": 157.3
26
+ }
27
+ ],
28
+ "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
29
+ }