justinsoberano commited on
Commit
d34f635
1 Parent(s): c0a6370

General Depth-AI

Browse files
Files changed (3) hide show
  1. config.json +69 -0
  2. preprocessor_config.json +7 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GLPNForDepthEstimation"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "classifier_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 64,
8
+ "depths": [
9
+ 3,
10
+ 8,
11
+ 27,
12
+ 3
13
+ ],
14
+ "downsampling_rates": [
15
+ 1,
16
+ 4,
17
+ 8,
18
+ 16
19
+ ],
20
+ "drop_path_rate": 0.1,
21
+ "head_in_index": -1,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 64,
26
+ 128,
27
+ 320,
28
+ 512
29
+ ],
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "layer_norm_eps": 1e-06,
33
+ "max_depth": 10,
34
+ "mlp_ratios": [
35
+ 4,
36
+ 4,
37
+ 4,
38
+ 4
39
+ ],
40
+ "model_type": "glpn",
41
+ "num_attention_heads": [
42
+ 1,
43
+ 2,
44
+ 5,
45
+ 8
46
+ ],
47
+ "num_channels": 3,
48
+ "num_encoder_blocks": 4,
49
+ "patch_sizes": [
50
+ 7,
51
+ 3,
52
+ 3,
53
+ 3
54
+ ],
55
+ "sr_ratios": [
56
+ 8,
57
+ 4,
58
+ 2,
59
+ 1
60
+ ],
61
+ "strides": [
62
+ 4,
63
+ 2,
64
+ 2,
65
+ 2
66
+ ],
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.18.0.dev0"
69
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_rescale": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "GLPNFeatureExtractor",
5
+ "resample": 2,
6
+ "size_divisor": 32
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c353b12e5f4e5fafd0053d1c19bf60dfb1562b74db4728c6920a2cf44782b603
3
+ size 245258793