narugo1992 commited on
Commit
e74680c
·
verified ·
1 Parent(s): 6d69a4c

Export dinov2 model 'facebook/dino-vits8', on 2025-03-09 07:16:01 UTC

Browse files
facebook/dino-vits8/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "facebook/dino-vits8", "width": 384, "params": 21516288.0, "flops": 16756520448.0}
facebook/dino-vits8/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3fd6635a6617fa7a8cdf53b5662f226115a2e1a04b48c0cb8589ea4ba72900
3
+ size 87552100
facebook/dino-vits8/preprocessor.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stages": [
3
+ {
4
+ "antialias": true,
5
+ "interpolation": "bilinear",
6
+ "max_size": null,
7
+ "size": [
8
+ 224,
9
+ 224
10
+ ],
11
+ "type": "resize"
12
+ },
13
+ {
14
+ "type": "to_tensor"
15
+ },
16
+ {
17
+ "mean": [
18
+ 0.48500001430511475,
19
+ 0.4560000002384186,
20
+ 0.4059999883174896
21
+ ],
22
+ "std": [
23
+ 0.2290000021457672,
24
+ 0.2240000069141388,
25
+ 0.22499999403953552
26
+ ],
27
+ "type": "normalize"
28
+ }
29
+ ]
30
+ }