farmaieu/plantorgans
Viewer • Updated • 7.18k • 1.28k • 3
How to use farmaieu/upernet-swin-small-finetuned-plantorgans with Transformers:
# Load model directly
from transformers import AutoImageProcessor, UperNetForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("farmaieu/upernet-swin-small-finetuned-plantorgans")
model = UperNetForSemanticSegmentation.from_pretrained("farmaieu/upernet-swin-small-finetuned-plantorgans", device_map="auto")This model is a fine-tuned version of openmmlab/upernet-swin-small on an jpodivin/plantorgans. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Void | Accuracy Fruit | Accuracy Leaf | Accuracy Flower | Accuracy Stem | Iou Void | Iou Fruit | Iou Leaf | Iou Flower | Iou Stem | Median Iou |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.2456 | 1.0 | 460 | 0.3706 | 0.4121 | 0.5223 | 0.7804 | nan | 0.8522 | 0.8235 | 0.0 | 0.4134 | 0.0 | 0.8452 | 0.8099 | 0.0 | 0.4053 | 0.4053 |
| 0.246 | 2.0 | 920 | 0.3135 | 0.3821 | 0.4813 | 0.6912 | nan | 0.8038 | 0.6825 | 0.0 | 0.4388 | 0.0 | 0.8016 | 0.6772 | 0.0 | 0.4319 | 0.4319 |
| 0.3118 | 3.0 | 1380 | 0.2923 | 0.4108 | 0.5178 | 0.7337 | nan | 0.8691 | 0.7085 | 0.0 | 0.4937 | 0.0 | 0.8653 | 0.7034 | 0.0 | 0.4855 | 0.4855 |
Base model
openmmlab/upernet-swin-small