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

Export dinov2 model 'facebook/dino-vitb16', on 2025-03-09 07:15:13 UTC

Browse files
facebook/dino-vitb16/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "facebook/dino-vitb16", "width": 768, "params": 86237184.0, "flops": 16863452160.0}
facebook/dino-vitb16/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1c3afa93c8c804e052b9f19b5f864cf045f655dbd0092a111bafdc5534aa8e
3
+ size 345836745
facebook/dino-vitb16/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
+ }