benchmark: bench_2026-02-03T12-41-14.040820Z
Browse files- .gitattributes +4 -0
- README.md +13 -9
- benchmark/images/1.png +3 -0
- benchmark/images/2.png +3 -0
- benchmark/labels/1.json +26 -0
- benchmark/labels/1.png +0 -0
- benchmark/labels/2.json +26 -0
- benchmark/labels/2.png +3 -0
- benchmark/predicted/1.json +3 -0
- benchmark/predicted/1.png +0 -0
- benchmark/predicted/2.json +3 -0
- benchmark/predicted/2.png +3 -0
- benchmark/results/2026-02-03T12-41-33.338244Z.json +24 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
benchmark/images/1.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
benchmark/images/2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
benchmark/labels/2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
benchmark/predicted/2.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -5,17 +5,21 @@ tags:
|
|
| 5 |
- object:background_class83422
|
| 6 |
- object:Entrance
|
| 7 |
- object:Gryllus campestris
|
| 8 |
-
|
| 9 |
manako:
|
| 10 |
-
description: Roboflow - 3307 open source Gryllus-campestris images plus a pre-trained
|
|
|
|
| 11 |
source: https://universe.roboflow.com/thomas-osheawheller/cricket-detection-urbkh
|
| 12 |
input_payload:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
output_payload:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
evaluation_score:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
| 5 |
- object:background_class83422
|
| 6 |
- object:Entrance
|
| 7 |
- object:Gryllus campestris
|
|
|
|
| 8 |
manako:
|
| 9 |
+
description: Roboflow - 3307 open source Gryllus-campestris images plus a pre-trained
|
| 10 |
+
Cricket Detection model and API. Created by Thomas OSheaWheller
|
| 11 |
source: https://universe.roboflow.com/thomas-osheawheller/cricket-detection-urbkh
|
| 12 |
input_payload:
|
| 13 |
+
- name: frame
|
| 14 |
+
type: image
|
| 15 |
+
description: RGB frame
|
| 16 |
output_payload:
|
| 17 |
+
- name: detections
|
| 18 |
+
type: detections
|
| 19 |
+
description: List of detections
|
| 20 |
+
evaluation_score: 0.0
|
| 21 |
+
last_benchmark:
|
| 22 |
+
type: detect-iou-v1
|
| 23 |
+
ran_at: '2026-02-03T12:41:33.338235Z'
|
| 24 |
+
result_path: benchmark/results/2026-02-03T12-41-33.338244Z.json
|
| 25 |
---
|
benchmark/images/1.png
ADDED
|
Git LFS Details
|
benchmark/images/2.png
ADDED
|
Git LFS Details
|
benchmark/labels/1.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"frame_idx": 0,
|
| 4 |
+
"class": "Entrance",
|
| 5 |
+
"bbox": [
|
| 6 |
+
362.0,
|
| 7 |
+
383.0,
|
| 8 |
+
661.0,
|
| 9 |
+
816.0
|
| 10 |
+
],
|
| 11 |
+
"score": 0.8410508632659912,
|
| 12 |
+
"track_id": "sam3-1-0-0"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"frame_idx": 0,
|
| 16 |
+
"class": "Entrance",
|
| 17 |
+
"bbox": [
|
| 18 |
+
278.0,
|
| 19 |
+
275.0,
|
| 20 |
+
745.0,
|
| 21 |
+
819.0
|
| 22 |
+
],
|
| 23 |
+
"score": 0.8410508632659912,
|
| 24 |
+
"track_id": "sam3-1-0-1"
|
| 25 |
+
}
|
| 26 |
+
]
|
benchmark/labels/1.png
ADDED
|
benchmark/labels/2.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"frame_idx": 0,
|
| 4 |
+
"class": "Entrance",
|
| 5 |
+
"bbox": [
|
| 6 |
+
882.0,
|
| 7 |
+
456.0,
|
| 8 |
+
1009.0,
|
| 9 |
+
817.0
|
| 10 |
+
],
|
| 11 |
+
"score": 0.8813825845718384,
|
| 12 |
+
"track_id": "sam3-1-0-0"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"frame_idx": 0,
|
| 16 |
+
"class": "Entrance",
|
| 17 |
+
"bbox": [
|
| 18 |
+
609.0,
|
| 19 |
+
512.0,
|
| 20 |
+
763.0,
|
| 21 |
+
773.0
|
| 22 |
+
],
|
| 23 |
+
"score": 0.8813825845718384,
|
| 24 |
+
"track_id": "sam3-1-0-1"
|
| 25 |
+
}
|
| 26 |
+
]
|
benchmark/labels/2.png
ADDED
|
Git LFS Details
|
benchmark/predicted/1.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
[]
|
| 3 |
+
]
|
benchmark/predicted/1.png
ADDED
|
benchmark/predicted/2.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
[]
|
| 3 |
+
]
|
benchmark/predicted/2.png
ADDED
|
Git LFS Details
|
benchmark/results/2026-02-03T12-41-33.338244Z.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checks": {
|
| 3 |
+
"main_py": "pass",
|
| 4 |
+
"pyproject_toml": "pass",
|
| 5 |
+
"load_model": "pass",
|
| 6 |
+
"run_model": "pass",
|
| 7 |
+
"objects": "pass"
|
| 8 |
+
},
|
| 9 |
+
"results": {
|
| 10 |
+
"iou": 0.0,
|
| 11 |
+
"gt_count": 4,
|
| 12 |
+
"pred_count": 0,
|
| 13 |
+
"generated_image": true,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2
|
| 17 |
+
],
|
| 18 |
+
"per_class_iou": {
|
| 19 |
+
"Entrance": 0.0,
|
| 20 |
+
"background_class83422": 0.0,
|
| 21 |
+
"Gryllus campestris": 0.0
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
}
|