Model save
Browse files
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: facebook/mask2former-swin-tiny-coco-instance
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: finetune-instance-segmentation-posture
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# finetune-instance-segmentation-posture
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [facebook/mask2former-swin-tiny-coco-instance](https://huggingface.co/facebook/mask2former-swin-tiny-coco-instance) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 30.5625
|
| 20 |
+
- Map: 0.2089
|
| 21 |
+
- Map 50: 0.4081
|
| 22 |
+
- Map 75: 0.1963
|
| 23 |
+
- Map Small: 0.1412
|
| 24 |
+
- Map Medium: 0.6277
|
| 25 |
+
- Map Large: 0.8115
|
| 26 |
+
- Mar 1: 0.0944
|
| 27 |
+
- Mar 10: 0.25
|
| 28 |
+
- Mar 100: 0.2879
|
| 29 |
+
- Mar Small: 0.2137
|
| 30 |
+
- Mar Medium: 0.7147
|
| 31 |
+
- Mar Large: 0.8531
|
| 32 |
+
- Map Person: 0.1381
|
| 33 |
+
- Mar 100 Person: 0.2036
|
| 34 |
+
- Map Car: 0.2797
|
| 35 |
+
- Mar 100 Car: 0.3722
|
| 36 |
+
|
| 37 |
+
## Model description
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Intended uses & limitations
|
| 42 |
+
|
| 43 |
+
More information needed
|
| 44 |
+
|
| 45 |
+
## Training and evaluation data
|
| 46 |
+
|
| 47 |
+
More information needed
|
| 48 |
+
|
| 49 |
+
## Training procedure
|
| 50 |
+
|
| 51 |
+
### Training hyperparameters
|
| 52 |
+
|
| 53 |
+
The following hyperparameters were used during training:
|
| 54 |
+
- learning_rate: 1e-05
|
| 55 |
+
- train_batch_size: 8
|
| 56 |
+
- eval_batch_size: 8
|
| 57 |
+
- seed: 42
|
| 58 |
+
- gradient_accumulation_steps: 2
|
| 59 |
+
- total_train_batch_size: 16
|
| 60 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 61 |
+
- lr_scheduler_type: constant
|
| 62 |
+
- num_epochs: 2.0
|
| 63 |
+
- mixed_precision_training: Native AMP
|
| 64 |
+
|
| 65 |
+
### Training results
|
| 66 |
+
|
| 67 |
+
| Training Loss | Epoch | Step | Validation Loss | Map | Map 50 | Map 75 | Map Small | Map Medium | Map Large | Mar 1 | Mar 10 | Mar 100 | Mar Small | Mar Medium | Mar Large | Map Person | Mar 100 Person | Map Car | Mar 100 Car |
|
| 68 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:----------:|:---------:|:------:|:------:|:-------:|:---------:|:----------:|:---------:|:----------:|:--------------:|:-------:|:-----------:|
|
| 69 |
+
| 34.1337 | 1.0 | 100 | 32.3431 | 0.1958 | 0.3913 | 0.181 | 0.1319 | 0.6051 | 0.7775 | 0.0924 | 0.2465 | 0.2845 | 0.2104 | 0.7094 | 0.8587 | 0.1243 | 0.2001 | 0.2673 | 0.3689 |
|
| 70 |
+
| 28.4514 | 2.0 | 200 | 30.5625 | 0.2089 | 0.4081 | 0.1963 | 0.1412 | 0.6277 | 0.8115 | 0.0944 | 0.25 | 0.2879 | 0.2137 | 0.7147 | 0.8531 | 0.1381 | 0.2036 | 0.2797 | 0.3722 |
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Framework versions
|
| 74 |
+
|
| 75 |
+
- Transformers 4.47.0.dev0
|
| 76 |
+
- Pytorch 2.3.1+cu121
|
| 77 |
+
- Datasets 3.0.2
|
| 78 |
+
- Tokenizers 0.20.1
|