MTerryJack commited on
Commit
3ed75e6
·
verified ·
1 Parent(s): e6d2789

benchmark: sam3_2026-02-06T16-52-09.570477Z

Browse files
README.md CHANGED
@@ -17,9 +17,9 @@ manako:
17
  - name: detections
18
  type: detections
19
  description: List of detections
20
- evaluation_score: 0.7811368426015943
21
  last_benchmark:
22
- type: detect-iou-v1
23
- ran_at: '2026-02-06T16:13:01.561442Z'
24
- result_path: benchmark/results/2026-02-06T16-13-01.561450Z.json
25
  ---
 
17
  - name: detections
18
  type: detections
19
  description: List of detections
20
+ evaluation_score: 0.8506431088019365
21
  last_benchmark:
22
+ type: sam3dataset-v1
23
+ ran_at: '2026-02-06T16:52:35.795038Z'
24
+ result_path: benchmark/sam3dataset/results/2026-02-06T16-52-35.794542Z.json
25
  ---
benchmark/sam3dataset/predictions/2026-02-06T16-52-35.794542Z.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"image_id": 479, "image_key": "saco-gold/images/metaclip_2_10002_27595a67273eb07060235311_jpeg.rf.a4810874c6cd822ad9eafff7bb832b1d.jpg", "predictions": [{"frame_idx": 0, "class": "qr_code", "bbox": [914.5089721679688, 7.327355861663818, 989.2177734375, 81.10939025878906], "score": 0.9235459566116333, "track_id": "f0-d0"}], "expected_counts": {"the QR code": 1}, "iou": 0.8506431088019365, "per_class_iou": {"the QR code": 0.0}}
benchmark/sam3dataset/results/2026-02-06T16-52-35.794542Z.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta": {
3
+ "element_id": "MTerryJack/Element-Detect-QRCode-2",
4
+ "classes": [
5
+ "the QR code",
6
+ "the QR code",
7
+ "the QR code"
8
+ ],
9
+ "max_images": 5,
10
+ "matched_images": 1
11
+ },
12
+ "results": {
13
+ "overall_iou": 0.8506431088019365,
14
+ "per_class_iou": {
15
+ "the QR code": 0.0
16
+ },
17
+ "matched_images": 1,
18
+ "gt_count": 1,
19
+ "pred_count": 1,
20
+ "classes": [
21
+ "the QR code",
22
+ "the QR code",
23
+ "the QR code"
24
+ ]
25
+ },
26
+ "selected": [
27
+ "saco-gold/images/metaclip_2_10002_27595a67273eb07060235311_jpeg.rf.a4810874c6cd822ad9eafff7bb832b1d.jpg"
28
+ ]
29
+ }