metadata
license: other
tags:
- vision
- image-segmentation
- generated_from_trainer
model-index:
- name: segformer-v-mesh-0
results: []
segformer-v-mesh-0
This model is a fine-tuned version of nvidia/mit-b2 on the Onegafer/vehicle_segmentation dataset. It achieves the following results on the evaluation set:
- Loss: 0.2948
- Mean Iou: 0.2111
- Mean Accuracy: 0.4222
- Overall Accuracy: 0.4222
- Accuracy No: nan
- Accuracy Yes: 0.4222
- Iou No: 0.0
- Iou Yes: 0.4222
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: 6e-05
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 0.2
Training results
Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy No | Accuracy Yes | Iou No | Iou Yes |
---|---|---|---|---|---|---|---|---|---|---|
0.3775 | 0.16 | 20 | 0.2948 | 0.2111 | 0.4222 | 0.4222 | nan | 0.4222 | 0.0 | 0.4222 |
Framework versions
- Transformers 4.28.1
- Pytorch 2.0.0+cu118
- Datasets 2.11.0
- Tokenizers 0.13.3