End of training
Browse files- README.md +3 -1
- all_results.json +34 -0
- test_results.json +29 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/detr-resnet-50
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: facebook-detr-resnet-50-finetuned-10k-cppe5-with-augs
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/qubvel-hf-co/transformers-detection-model-finetuning-cppe5/runs/u73br2l9)
|
15 |
# facebook-detr-resnet-50-finetuned-10k-cppe5-with-augs
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.2371
|
20 |
- Map: 0.2873
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/detr-resnet-50
|
4 |
tags:
|
5 |
+
- object-detection
|
6 |
+
- vision
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
- name: facebook-detr-resnet-50-finetuned-10k-cppe5-with-augs
|
|
|
16 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/qubvel-hf-co/transformers-detection-model-finetuning-cppe5/runs/u73br2l9)
|
17 |
# facebook-detr-resnet-50-finetuned-10k-cppe5-with-augs
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the cppe-5 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.2371
|
22 |
- Map: 0.2873
|
all_results.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"test_loss": 0.9473817944526672,
|
4 |
+
"test_map": 0.463,
|
5 |
+
"test_map_50": 0.8064,
|
6 |
+
"test_map_75": 0.4192,
|
7 |
+
"test_map_Coverall": 0.6866,
|
8 |
+
"test_map_Face_Shield": 0.5089,
|
9 |
+
"test_map_Gloves": 0.4098,
|
10 |
+
"test_map_Goggles": 0.276,
|
11 |
+
"test_map_Mask": 0.4336,
|
12 |
+
"test_map_large": 0.6211,
|
13 |
+
"test_map_medium": 0.3227,
|
14 |
+
"test_map_small": 0.3932,
|
15 |
+
"test_mar_1": 0.3282,
|
16 |
+
"test_mar_10": 0.5958,
|
17 |
+
"test_mar_100": 0.599,
|
18 |
+
"test_mar_100_Coverall": 0.7533,
|
19 |
+
"test_mar_100_Face_Shield": 0.7294,
|
20 |
+
"test_mar_100_Gloves": 0.5115,
|
21 |
+
"test_mar_100_Goggles": 0.4969,
|
22 |
+
"test_mar_100_Mask": 0.5038,
|
23 |
+
"test_mar_large": 0.7542,
|
24 |
+
"test_mar_medium": 0.4463,
|
25 |
+
"test_mar_small": 0.4592,
|
26 |
+
"test_runtime": 1.7952,
|
27 |
+
"test_samples_per_second": 16.154,
|
28 |
+
"test_steps_per_second": 2.228,
|
29 |
+
"total_flos": 2.28455679528e+19,
|
30 |
+
"train_loss": 1.1169376587199273,
|
31 |
+
"train_runtime": 5116.4969,
|
32 |
+
"train_samples_per_second": 16.613,
|
33 |
+
"train_steps_per_second": 2.091
|
34 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"test_loss": 0.9473817944526672,
|
4 |
+
"test_map": 0.463,
|
5 |
+
"test_map_50": 0.8064,
|
6 |
+
"test_map_75": 0.4192,
|
7 |
+
"test_map_Coverall": 0.6866,
|
8 |
+
"test_map_Face_Shield": 0.5089,
|
9 |
+
"test_map_Gloves": 0.4098,
|
10 |
+
"test_map_Goggles": 0.276,
|
11 |
+
"test_map_Mask": 0.4336,
|
12 |
+
"test_map_large": 0.6211,
|
13 |
+
"test_map_medium": 0.3227,
|
14 |
+
"test_map_small": 0.3932,
|
15 |
+
"test_mar_1": 0.3282,
|
16 |
+
"test_mar_10": 0.5958,
|
17 |
+
"test_mar_100": 0.599,
|
18 |
+
"test_mar_100_Coverall": 0.7533,
|
19 |
+
"test_mar_100_Face_Shield": 0.7294,
|
20 |
+
"test_mar_100_Gloves": 0.5115,
|
21 |
+
"test_mar_100_Goggles": 0.4969,
|
22 |
+
"test_mar_100_Mask": 0.5038,
|
23 |
+
"test_mar_large": 0.7542,
|
24 |
+
"test_mar_medium": 0.4463,
|
25 |
+
"test_mar_small": 0.4592,
|
26 |
+
"test_runtime": 1.7952,
|
27 |
+
"test_samples_per_second": 16.154,
|
28 |
+
"test_steps_per_second": 2.228
|
29 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"total_flos": 2.28455679528e+19,
|
4 |
+
"train_loss": 1.1169376587199273,
|
5 |
+
"train_runtime": 5116.4969,
|
6 |
+
"train_samples_per_second": 16.613,
|
7 |
+
"train_steps_per_second": 2.091
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|