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
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
base_model: sbchoi/rtdetr_r50vd
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: sbchoi-rtdetr_r50vd-finetuned-10k-cppe5
|
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
[<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/koo968ri)
|
14 |
# sbchoi-rtdetr_r50vd-finetuned-10k-cppe5
|
15 |
|
16 |
-
This model is a fine-tuned version of [sbchoi/rtdetr_r50vd](https://huggingface.co/sbchoi/rtdetr_r50vd) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 5.4784
|
19 |
- Map: 0.2239
|
|
|
1 |
---
|
2 |
base_model: sbchoi/rtdetr_r50vd
|
3 |
tags:
|
4 |
+
- object-detection
|
5 |
+
- vision
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: sbchoi-rtdetr_r50vd-finetuned-10k-cppe5
|
|
|
15 |
[<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/koo968ri)
|
16 |
# sbchoi-rtdetr_r50vd-finetuned-10k-cppe5
|
17 |
|
18 |
+
This model is a fine-tuned version of [sbchoi/rtdetr_r50vd](https://huggingface.co/sbchoi/rtdetr_r50vd) on the cppe-5 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 5.4784
|
21 |
- Map: 0.2239
|
all_results.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"test_loss": 4.624134063720703,
|
4 |
+
"test_map": 0.2868,
|
5 |
+
"test_map_50": 0.5176,
|
6 |
+
"test_map_75": 0.2575,
|
7 |
+
"test_map_Coverall": 0.3316,
|
8 |
+
"test_map_Face_Shield": 0.2115,
|
9 |
+
"test_map_Gloves": 0.3246,
|
10 |
+
"test_map_Goggles": 0.0636,
|
11 |
+
"test_map_Mask": 0.5028,
|
12 |
+
"test_map_large": 0.4459,
|
13 |
+
"test_map_medium": 0.2024,
|
14 |
+
"test_map_small": 0.0708,
|
15 |
+
"test_mar_1": 0.226,
|
16 |
+
"test_mar_10": 0.3749,
|
17 |
+
"test_mar_100": 0.388,
|
18 |
+
"test_mar_100_Coverall": 0.5359,
|
19 |
+
"test_mar_100_Face_Shield": 0.2882,
|
20 |
+
"test_mar_100_Gloves": 0.4627,
|
21 |
+
"test_mar_100_Goggles": 0.0828,
|
22 |
+
"test_mar_100_Mask": 0.5706,
|
23 |
+
"test_mar_large": 0.5355,
|
24 |
+
"test_mar_medium": 0.2626,
|
25 |
+
"test_mar_small": 0.0875,
|
26 |
+
"test_runtime": 3.0589,
|
27 |
+
"test_samples_per_second": 9.48,
|
28 |
+
"test_steps_per_second": 1.308,
|
29 |
+
"total_flos": 2.6781957255168e+19,
|
30 |
+
"train_loss": 5.885154977958893,
|
31 |
+
"train_runtime": 8264.1468,
|
32 |
+
"train_samples_per_second": 10.285,
|
33 |
+
"train_steps_per_second": 1.295
|
34 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"test_loss": 4.624134063720703,
|
4 |
+
"test_map": 0.2868,
|
5 |
+
"test_map_50": 0.5176,
|
6 |
+
"test_map_75": 0.2575,
|
7 |
+
"test_map_Coverall": 0.3316,
|
8 |
+
"test_map_Face_Shield": 0.2115,
|
9 |
+
"test_map_Gloves": 0.3246,
|
10 |
+
"test_map_Goggles": 0.0636,
|
11 |
+
"test_map_Mask": 0.5028,
|
12 |
+
"test_map_large": 0.4459,
|
13 |
+
"test_map_medium": 0.2024,
|
14 |
+
"test_map_small": 0.0708,
|
15 |
+
"test_mar_1": 0.226,
|
16 |
+
"test_mar_10": 0.3749,
|
17 |
+
"test_mar_100": 0.388,
|
18 |
+
"test_mar_100_Coverall": 0.5359,
|
19 |
+
"test_mar_100_Face_Shield": 0.2882,
|
20 |
+
"test_mar_100_Gloves": 0.4627,
|
21 |
+
"test_mar_100_Goggles": 0.0828,
|
22 |
+
"test_mar_100_Mask": 0.5706,
|
23 |
+
"test_mar_large": 0.5355,
|
24 |
+
"test_mar_medium": 0.2626,
|
25 |
+
"test_mar_small": 0.0875,
|
26 |
+
"test_runtime": 3.0589,
|
27 |
+
"test_samples_per_second": 9.48,
|
28 |
+
"test_steps_per_second": 1.308
|
29 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"total_flos": 2.6781957255168e+19,
|
4 |
+
"train_loss": 5.885154977958893,
|
5 |
+
"train_runtime": 8264.1468,
|
6 |
+
"train_samples_per_second": 10.285,
|
7 |
+
"train_steps_per_second": 1.295
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|