Compare commits
10 Commits
fd9a56c444
...
2eb9f09450
Author | SHA1 | Date |
---|---|---|
|
2eb9f09450 | |
|
2896545359 | |
|
a5b777cedf | |
|
1e07ce5513 | |
|
fb345bdb8b | |
|
dea2509eee | |
|
8d6ca0eecf | |
|
f461a94b9c | |
|
e3a11a3afa | |
|
8780960082 |
|
@ -0,0 +1 @@
|
||||||
|
checkpoint-*/
|
|
@ -0,0 +1,68 @@
|
||||||
|
---
|
||||||
|
license: apache-2.0
|
||||||
|
tags:
|
||||||
|
- vision
|
||||||
|
- depth-estimation
|
||||||
|
- generated_from_trainer
|
||||||
|
model-index:
|
||||||
|
- name: glpn-kitti-finetuned-diode
|
||||||
|
results: []
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
||||||
|
should probably proofread and complete it, then remove this comment. -->
|
||||||
|
|
||||||
|
# glpn-kitti-finetuned-diode
|
||||||
|
|
||||||
|
This model is a fine-tuned version of [vinvino02/glpn-kitti](https://huggingface.co/vinvino02/glpn-kitti) on the diode-subset dataset.
|
||||||
|
It achieves the following results on the evaluation set:
|
||||||
|
- Loss: 0.5845
|
||||||
|
- Rmse: 0.6175
|
||||||
|
|
||||||
|
## Model description
|
||||||
|
|
||||||
|
More information needed
|
||||||
|
|
||||||
|
## Intended uses & limitations
|
||||||
|
|
||||||
|
More information needed
|
||||||
|
|
||||||
|
## Training and evaluation data
|
||||||
|
|
||||||
|
More information needed
|
||||||
|
|
||||||
|
## Training procedure
|
||||||
|
|
||||||
|
### Training hyperparameters
|
||||||
|
|
||||||
|
The following hyperparameters were used during training:
|
||||||
|
- learning_rate: 1e-05
|
||||||
|
- train_batch_size: 32
|
||||||
|
- eval_batch_size: 32
|
||||||
|
- seed: 42
|
||||||
|
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
||||||
|
- lr_scheduler_type: linear
|
||||||
|
- lr_scheduler_warmup_ratio: 0.1
|
||||||
|
- num_epochs: 10
|
||||||
|
|
||||||
|
### Training results
|
||||||
|
|
||||||
|
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
||||||
|
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
||||||
|
| No log | 1.0 | 10 | 0.8001 | 0.8455 |
|
||||||
|
| 0.8187 | 2.0 | 20 | 0.7558 | 0.7907 |
|
||||||
|
| 0.8187 | 3.0 | 30 | 0.7391 | 0.7379 |
|
||||||
|
| 0.7618 | 4.0 | 40 | 0.6937 | 0.6895 |
|
||||||
|
| 0.7618 | 5.0 | 50 | 0.6954 | nan |
|
||||||
|
| 0.6917 | 6.0 | 60 | 0.6834 | nan |
|
||||||
|
| 0.6917 | 7.0 | 70 | 0.6719 | nan |
|
||||||
|
| 0.6625 | 8.0 | 80 | 0.6634 | nan |
|
||||||
|
| 0.6625 | 9.0 | 90 | 0.6592 | nan |
|
||||||
|
| 0.6553 | 10.0 | 100 | 0.6579 | nan |
|
||||||
|
|
||||||
|
|
||||||
|
### Framework versions
|
||||||
|
|
||||||
|
- Transformers 4.24.0
|
||||||
|
- Pytorch 1.12.1+cu113
|
||||||
|
- Tokenizers 0.13.2
|
|
@ -0,0 +1,70 @@
|
||||||
|
{
|
||||||
|
"_name_or_path": "vinvino02/glpn-kitti",
|
||||||
|
"architectures": [
|
||||||
|
"GLPNForDepthEstimation"
|
||||||
|
],
|
||||||
|
"attention_probs_dropout_prob": 0.0,
|
||||||
|
"classifier_dropout_prob": 0.1,
|
||||||
|
"decoder_hidden_size": 64,
|
||||||
|
"depths": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
27,
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"downsampling_rates": [
|
||||||
|
1,
|
||||||
|
4,
|
||||||
|
8,
|
||||||
|
16
|
||||||
|
],
|
||||||
|
"drop_path_rate": 0.1,
|
||||||
|
"head_in_index": -1,
|
||||||
|
"hidden_act": "gelu",
|
||||||
|
"hidden_dropout_prob": 0.0,
|
||||||
|
"hidden_sizes": [
|
||||||
|
64,
|
||||||
|
128,
|
||||||
|
320,
|
||||||
|
512
|
||||||
|
],
|
||||||
|
"image_size": 224,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"layer_norm_eps": 1e-06,
|
||||||
|
"max_depth": 10,
|
||||||
|
"mlp_ratios": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"model_type": "glpn",
|
||||||
|
"num_attention_heads": [
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"num_channels": 3,
|
||||||
|
"num_encoder_blocks": 4,
|
||||||
|
"patch_sizes": [
|
||||||
|
7,
|
||||||
|
3,
|
||||||
|
3,
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"sr_ratios": [
|
||||||
|
8,
|
||||||
|
4,
|
||||||
|
2,
|
||||||
|
1
|
||||||
|
],
|
||||||
|
"strides": [
|
||||||
|
4,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"torch_dtype": "float32",
|
||||||
|
"transformers_version": "4.24.0"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"do_rescale": true,
|
||||||
|
"do_resize": true,
|
||||||
|
"feature_extractor_type": "GLPNImageProcessor",
|
||||||
|
"resample": 2,
|
||||||
|
"size_divisor": 32
|
||||||
|
}
|
Binary file not shown.
BIN
runs/Nov11_02-45-19_24e30bf50406/1668134827.3147233/events.out.tfevents.1668134827.24e30bf50406.240.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-45-19_24e30bf50406/1668134827.3147233/events.out.tfevents.1668134827.24e30bf50406.240.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_02-45-19_24e30bf50406/events.out.tfevents.1668134827.24e30bf50406.240.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-45-19_24e30bf50406/events.out.tfevents.1668134827.24e30bf50406.240.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_02-47-40_24e30bf50406/1668134870.2496195/events.out.tfevents.1668134870.24e30bf50406.240.3 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-47-40_24e30bf50406/1668134870.2496195/events.out.tfevents.1668134870.24e30bf50406.240.3 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_02-47-40_24e30bf50406/events.out.tfevents.1668134870.24e30bf50406.240.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-47-40_24e30bf50406/events.out.tfevents.1668134870.24e30bf50406.240.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_02-56-08_24e30bf50406/1668135404.2682614/events.out.tfevents.1668135404.24e30bf50406.839.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-56-08_24e30bf50406/1668135404.2682614/events.out.tfevents.1668135404.24e30bf50406.839.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_02-56-08_24e30bf50406/events.out.tfevents.1668135404.24e30bf50406.839.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_02-56-08_24e30bf50406/events.out.tfevents.1668135404.24e30bf50406.839.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-00-34_24e30bf50406/1668135647.825938/events.out.tfevents.1668135647.24e30bf50406.839.3 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-00-34_24e30bf50406/1668135647.825938/events.out.tfevents.1668135647.24e30bf50406.839.3 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-00-34_24e30bf50406/events.out.tfevents.1668135647.24e30bf50406.839.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-00-34_24e30bf50406/events.out.tfevents.1668135647.24e30bf50406.839.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-01-29_24e30bf50406/1668135696.2584617/events.out.tfevents.1668135696.24e30bf50406.1059.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-01-29_24e30bf50406/1668135696.2584617/events.out.tfevents.1668135696.24e30bf50406.1059.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-01-29_24e30bf50406/events.out.tfevents.1668135696.24e30bf50406.1059.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-01-29_24e30bf50406/events.out.tfevents.1668135696.24e30bf50406.1059.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-04-40_24e30bf50406/1668135890.9964142/events.out.tfevents.1668135890.24e30bf50406.1196.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-04-40_24e30bf50406/1668135890.9964142/events.out.tfevents.1668135890.24e30bf50406.1196.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-04-40_24e30bf50406/events.out.tfevents.1668135890.24e30bf50406.1196.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-04-40_24e30bf50406/events.out.tfevents.1668135890.24e30bf50406.1196.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-06-05_24e30bf50406/1668135973.2349885/events.out.tfevents.1668135973.24e30bf50406.1196.3 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-06-05_24e30bf50406/1668135973.2349885/events.out.tfevents.1668135973.24e30bf50406.1196.3 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-06-05_24e30bf50406/events.out.tfevents.1668135973.24e30bf50406.1196.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-06-05_24e30bf50406/events.out.tfevents.1668135973.24e30bf50406.1196.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-11-58_24e30bf50406/1668136342.8055098/events.out.tfevents.1668136342.24e30bf50406.1196.5 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-11-58_24e30bf50406/1668136342.8055098/events.out.tfevents.1668136342.24e30bf50406.1196.5 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-11-58_24e30bf50406/events.out.tfevents.1668136342.24e30bf50406.1196.4 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-11-58_24e30bf50406/events.out.tfevents.1668136342.24e30bf50406.1196.4 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-17-16_24e30bf50406/1668136649.1889331/events.out.tfevents.1668136649.24e30bf50406.1196.7 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-17-16_24e30bf50406/1668136649.1889331/events.out.tfevents.1668136649.24e30bf50406.1196.7 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-17-16_24e30bf50406/events.out.tfevents.1668136649.24e30bf50406.1196.6 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-17-16_24e30bf50406/events.out.tfevents.1668136649.24e30bf50406.1196.6 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-19-27_24e30bf50406/1668136774.0078871/events.out.tfevents.1668136774.24e30bf50406.1608.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-19-27_24e30bf50406/1668136774.0078871/events.out.tfevents.1668136774.24e30bf50406.1608.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-19-27_24e30bf50406/events.out.tfevents.1668136774.24e30bf50406.1608.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-19-27_24e30bf50406/events.out.tfevents.1668136774.24e30bf50406.1608.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-21-19_24e30bf50406/1668136888.591179/events.out.tfevents.1668136888.24e30bf50406.1608.3 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-21-19_24e30bf50406/1668136888.591179/events.out.tfevents.1668136888.24e30bf50406.1608.3 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-21-19_24e30bf50406/events.out.tfevents.1668136888.24e30bf50406.1608.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-21-19_24e30bf50406/events.out.tfevents.1668136888.24e30bf50406.1608.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-25-27_24e30bf50406/1668137275.3993037/events.out.tfevents.1668137275.24e30bf50406.2019.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-25-27_24e30bf50406/1668137275.3993037/events.out.tfevents.1668137275.24e30bf50406.2019.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-25-27_24e30bf50406/events.out.tfevents.1668137275.24e30bf50406.2019.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-25-27_24e30bf50406/events.out.tfevents.1668137275.24e30bf50406.2019.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_03-25-27_24e30bf50406/events.out.tfevents.1668137772.24e30bf50406.2019.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_03-25-27_24e30bf50406/events.out.tfevents.1668137772.24e30bf50406.2019.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_04-45-04_24e30bf50406/1668141935.7596543/events.out.tfevents.1668141935.24e30bf50406.3912.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_04-45-04_24e30bf50406/1668141935.7596543/events.out.tfevents.1668141935.24e30bf50406.3912.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_04-45-04_24e30bf50406/events.out.tfevents.1668141935.24e30bf50406.3912.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_04-45-04_24e30bf50406/events.out.tfevents.1668141935.24e30bf50406.3912.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_04-45-04_24e30bf50406/events.out.tfevents.1668142730.24e30bf50406.3912.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_04-45-04_24e30bf50406/events.out.tfevents.1668142730.24e30bf50406.3912.2 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_05-23-10_83a926bca661/1668144286.1779454/events.out.tfevents.1668144286.83a926bca661.104.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_05-23-10_83a926bca661/1668144286.1779454/events.out.tfevents.1668144286.83a926bca661.104.1 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_05-23-10_83a926bca661/events.out.tfevents.1668144286.83a926bca661.104.0 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_05-23-10_83a926bca661/events.out.tfevents.1668144286.83a926bca661.104.0 (Stored with Git LFS)
Normal file
Binary file not shown.
BIN
runs/Nov11_05-23-10_83a926bca661/events.out.tfevents.1668144636.83a926bca661.104.2 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_05-23-10_83a926bca661/events.out.tfevents.1668144636.83a926bca661.104.2 (Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue