lpiccinelli commited on
Commit
d54e0fe
·
verified ·
1 Parent(s): 045c7ef

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +138 -27
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  library_name: UniDepth
3
  tags:
 
4
  - monocular-metric-depth-estimation
5
  - pytorch_model_hub_mixin
6
- - model_hub_mixin
7
  ---
8
 
9
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
 
1
  ---
2
  library_name: UniDepth
3
  tags:
4
+ - model_hub_mixin
5
  - monocular-metric-depth-estimation
6
  - pytorch_model_hub_mixin
 
7
  ---
8
 
9
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
config.json CHANGED
@@ -1,24 +1,49 @@
1
  {
2
  "data": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "image_shape": [
4
- 420,
5
- 560
6
  ],
7
- "shape_constraints": {
8
- "patch_size": 14,
9
- "pixels_bounds": [
10
- 1400,
11
- 2400
12
- ],
13
- "pixels_bounds_ori": [
14
- 1400,
15
- 2400
16
- ],
17
- "ratio_bounds": [
18
- 0.66,
19
- 2.0
20
- ]
21
- }
22
  },
23
  "eps": 1e-06,
24
  "generic": {
@@ -27,22 +52,40 @@
27
  },
28
  "model": {
29
  "expansion": 4,
 
30
  "name": "UniDepthV2",
31
  "num_heads": 8,
32
  "pixel_decoder": {
33
  "depths": [
34
- 6,
35
- 0,
36
- 0
37
  ],
38
  "dropout": 0.0,
39
- "hidden_dim": 512
 
 
 
40
  },
41
  "pixel_encoder": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  "depths": [
 
 
43
  9,
44
- 10,
45
- 11,
46
  12
47
  ],
48
  "embed_dim": 384,
@@ -60,18 +103,86 @@
60
  384,
61
  384
62
  ],
 
 
 
63
  "name": "dinov2_vits14",
 
64
  "output_idx": [
 
 
65
  9,
66
- 10,
67
- 11,
68
  12
69
  ],
70
  "patch_size": 14,
71
  "pretrained": null,
72
  "stacking_fn": "last",
73
- "use_norm": true
 
74
  }
75
  },
76
- "training": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  }
 
1
  {
2
  "data": {
3
+ "augmentations": {
4
+ "blur_p": 0.2,
5
+ "flip_p": 0.5,
6
+ "gamma_p": 0.8,
7
+ "grayscale_p": 0.2,
8
+ "jitter_p": 0.8,
9
+ "random_blur": 2.0,
10
+ "random_gamma": 0.2,
11
+ "random_jitter": 0.4,
12
+ "random_scale": 2.0,
13
+ "shape_constraints": {
14
+ "height_min": 15,
15
+ "pixels_max": 200000,
16
+ "pixels_min": 600000,
17
+ "ratio_bounds": [
18
+ 0.5,
19
+ 2.5
20
+ ],
21
+ "sample": true,
22
+ "shape_mult": 14,
23
+ "width_min": 15
24
+ },
25
+ "test_context": 1.0
26
+ },
27
+ "crop": "garg",
28
+ "data_root": "datasets",
29
  "image_shape": [
30
+ 480,
31
+ 640
32
  ],
33
+ "normalization": "imagenet",
34
+ "num_copies": 2,
35
+ "num_frames": 1,
36
+ "sampling": {
37
+ "ETH3D": 1.0,
38
+ "Waymo": 1.0
39
+ },
40
+ "train_datasets": [
41
+ "ETH3D",
42
+ "Waymo"
43
+ ],
44
+ "val_datasets": [
45
+ "IBims"
46
+ ]
 
47
  },
48
  "eps": 1e-06,
49
  "generic": {
 
52
  },
53
  "model": {
54
  "expansion": 4,
55
+ "layer_scale": 1.0,
56
  "name": "UniDepthV2",
57
  "num_heads": 8,
58
  "pixel_decoder": {
59
  "depths": [
60
+ 2,
61
+ 2,
62
+ 2
63
  ],
64
  "dropout": 0.0,
65
+ "hidden_dim": 256,
66
+ "kernel_size": 3,
67
+ "name": "Decoder",
68
+ "out_dim": 32
69
  },
70
  "pixel_encoder": {
71
+ "cls_token_embed_dims": [
72
+ 384,
73
+ 384,
74
+ 384,
75
+ 384,
76
+ 384,
77
+ 384,
78
+ 384,
79
+ 384,
80
+ 384,
81
+ 384,
82
+ 384,
83
+ 384
84
+ ],
85
  "depths": [
86
+ 3,
87
+ 6,
88
  9,
 
 
89
  12
90
  ],
91
  "embed_dim": 384,
 
103
  384,
104
  384
105
  ],
106
+ "freeze_norm": true,
107
+ "frozen_stages": 0,
108
+ "lr": 2e-06,
109
  "name": "dinov2_vits14",
110
+ "num_register_tokens": 0,
111
  "output_idx": [
112
+ 3,
113
+ 6,
114
  9,
 
 
115
  12
116
  ],
117
  "patch_size": 14,
118
  "pretrained": null,
119
  "stacking_fn": "last",
120
+ "use_norm": true,
121
+ "wd": 0.1
122
  }
123
  },
124
+ "training": {
125
+ "batch_size": 8,
126
+ "clipping": 1.0,
127
+ "cycle_beta": false,
128
+ "drop_path": 0.0,
129
+ "ema": true,
130
+ "f16": true,
131
+ "ld": 1.0,
132
+ "losses": {
133
+ "camera": {
134
+ "alpha": 1.0,
135
+ "fn": "l2",
136
+ "gamma": 1.0,
137
+ "input_fn": "linear",
138
+ "name": "Regression",
139
+ "output_fn": "sqrt",
140
+ "weight": 0.25
141
+ },
142
+ "confidence": {
143
+ "alpha": 1.0,
144
+ "fn": "l1",
145
+ "gamma": 1.0,
146
+ "input_fn": "linear",
147
+ "name": "Regression",
148
+ "output_fn": "sqrt",
149
+ "weight": 0.1
150
+ },
151
+ "depth": {
152
+ "dims": [
153
+ -2,
154
+ -1
155
+ ],
156
+ "input_fn": "log",
157
+ "integrated": 0.15,
158
+ "name": "SILog",
159
+ "output_fn": "sqrt",
160
+ "weight": 1.0
161
+ },
162
+ "invariance": {
163
+ "name": "SelfDistill",
164
+ "output_fn": "sqrt",
165
+ "weight": 0.1
166
+ },
167
+ "ssi": {
168
+ "input_fn": "log1i",
169
+ "min_samples": 6,
170
+ "name": "EdgeGuidedLocalSSI",
171
+ "output_fn": "sqrt",
172
+ "use_global": true,
173
+ "weight": 1.0
174
+ }
175
+ },
176
+ "lr": 0.0001,
177
+ "lr_final": 1e-06,
178
+ "lr_warmup": 1.0,
179
+ "n_iters": 300000,
180
+ "nsteps_accumulation_gradient": 2,
181
+ "pretrained": "/srv/beegfs02/scratch/3d_tracking/data/pami2025_unidepth/checkpoints/unidepth-v2-vits14.pt",
182
+ "use_checkpoint": false,
183
+ "validation_interval": 2,
184
+ "warmup_iters": 75000,
185
+ "wd": 0.1,
186
+ "wd_final": 0.1
187
+ }
188
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f278910c51c27fb37ea8794286670a1ad5d2bade7019fbd1def6664ed5753186
3
- size 310488648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93705cb3295dd7476b44911b8a55f5215bf74e8d5eccd27cecdb1b338270a648
3
+ size 136777580