narugo commited on
Commit
a713de0
·
verified ·
1 Parent(s): e0b1a3b

Export dinov2 model 'facebook/dinov2-base', on 2025-01-30 19:59:46 JST

Browse files
facebook/dinov2-base/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "facebook/dinov2-base", "width": 768, "params": 85508352.0, "flops": 21963549696.0}
facebook/dinov2-base/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3eb64d42cdc9b3464e2a1f178886ca078819f577ad8424ce173041f303bd790
3
+ size 346592675
facebook/dinov2-base/preprocessor.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stages": [
3
+ {
4
+ "force_background": "white",
5
+ "type": "convert_rgb"
6
+ },
7
+ {
8
+ "antialias": true,
9
+ "interpolation": "bicubic",
10
+ "max_size": null,
11
+ "size": 256,
12
+ "type": "resize"
13
+ },
14
+ {
15
+ "size": [
16
+ 224,
17
+ 224
18
+ ],
19
+ "type": "center_crop"
20
+ },
21
+ {
22
+ "type": "to_tensor"
23
+ },
24
+ {
25
+ "mean": [
26
+ 0.48500001430511475,
27
+ 0.4560000002384186,
28
+ 0.4059999883174896
29
+ ],
30
+ "std": [
31
+ 0.2290000021457672,
32
+ 0.2240000069141388,
33
+ 0.22499999403953552
34
+ ],
35
+ "type": "normalize"
36
+ }
37
+ ]
38
+ }