Image Feature Extraction
Birder
PyTorch
hassonofer commited on
Commit
be523a5
·
verified ·
1 Parent(s): cc5b862

Upload 2 files

Browse files
davit_fl_base_florence-v2.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "birder_version": "v0.6.8",
3
+ "name": "davit",
4
+ "registered_name": "davit_fl_base",
5
+ "task": "image_classification",
6
+ "model_config": {
7
+ "down_kernel_size": 3,
8
+ "window_size": [
9
+ 12,
10
+ 12
11
+ ],
12
+ "channel_attention_type": "FlorenceChannelAttention",
13
+ "depths": [
14
+ 1,
15
+ 1,
16
+ 9,
17
+ 1
18
+ ],
19
+ "dims": [
20
+ 128,
21
+ 256,
22
+ 512,
23
+ 1024
24
+ ],
25
+ "heads": [
26
+ 4,
27
+ 8,
28
+ 16,
29
+ 32
30
+ ],
31
+ "drop_path_rate": 0.4
32
+ },
33
+ "signature": {
34
+ "inputs": [
35
+ {
36
+ "data_shape": [
37
+ 0,
38
+ 3,
39
+ 768,
40
+ 768
41
+ ]
42
+ }
43
+ ],
44
+ "outputs": [
45
+ {
46
+ "data_shape": [
47
+ 0,
48
+ 0
49
+ ]
50
+ }
51
+ ]
52
+ },
53
+ "rgb_stats": {
54
+ "mean": [
55
+ 0.485,
56
+ 0.456,
57
+ 0.406
58
+ ],
59
+ "std": [
60
+ 0.229,
61
+ 0.224,
62
+ 0.225
63
+ ]
64
+ }
65
+ }
davit_fl_base_florence-v2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e968b7752165dd713155f49ea4e78af0264ae4aaaaeb6c9d1cefa8a6bd34c0
3
+ size 361638027