narugo commited on
Commit
7095c7c
·
verified ·
1 Parent(s): e74680c

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

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