rgthelen commited on
Commit
9e3b4b1
·
verified ·
1 Parent(s): 48ccf4e

Upload clip-aerial-vit-b16-v3-224.onnx.manifest.json with huggingface_hub

Browse files
clip-aerial-vit-b16-v3-224.onnx.manifest.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_checkpoint": "/tmp/v3-export/best.pt",
3
+ "source_sha256": "cb65a3e7766453ef1282f7e2a9ffeb26f31e4c70307ccaffbb0aacf8b1434e33",
4
+ "output_path": "/tmp/v3-export/clip-aerial-vit-b16-v3-224.onnx",
5
+ "output_sha256": "2fdd5b46e33e11c42bc18ef0a35af9f1a4591027485a26ae8552650e57ceb3b3",
6
+ "base_model": "ViT-B-16",
7
+ "pretrained_baseline": "openai",
8
+ "imgsz": 224,
9
+ "opset": 14,
10
+ "input_shape": [
11
+ 1,
12
+ 3,
13
+ 224,
14
+ 224
15
+ ],
16
+ "output_dim": null,
17
+ "normalization": {
18
+ "scheme": "CLIP",
19
+ "mean_0_1": [
20
+ 0.48145466,
21
+ 0.4578275,
22
+ 0.40821073
23
+ ],
24
+ "std_0_1": [
25
+ 0.26862954,
26
+ 0.26130258,
27
+ 0.27577711
28
+ ],
29
+ "mean_0_255": [
30
+ 122.7709383,
31
+ 116.7460125,
32
+ 104.09373615
33
+ ],
34
+ "std_0_255": [
35
+ 68.5005327,
36
+ 66.6321579,
37
+ 70.32316305
38
+ ]
39
+ },
40
+ "exporter_version": "thunderdome.clip.export_onnx.v1",
41
+ "exported_at": "2026-05-26T17:33:27.778970Z"
42
+ }