MTerryJack commited on
Commit
a62559e
·
verified ·
1 Parent(s): ec9990e

benchmark: bench_2026-01-31T02-34-08.294093Z

Browse files
README.md CHANGED
@@ -3,17 +3,20 @@ tags:
3
  - element_type:detect
4
  - model:detr-resnet-50
5
  - object:qr_code
6
-
7
  manako:
8
  description: QR Code Detector
9
  source: https://huggingface.co/journey2001/qr_detect_300ep
10
  input_payload:
11
- - name: frame
12
- type: image
13
- description: RGB frame
14
  output_payload:
15
- - name: detections
16
- type: detections
17
- description: List of detections
18
- evaluation_score:
 
 
 
 
19
  ---
 
3
  - element_type:detect
4
  - model:detr-resnet-50
5
  - object:qr_code
 
6
  manako:
7
  description: QR Code Detector
8
  source: https://huggingface.co/journey2001/qr_detect_300ep
9
  input_payload:
10
+ - name: frame
11
+ type: image
12
+ description: RGB frame
13
  output_payload:
14
+ - name: detections
15
+ type: detections
16
+ description: List of detections
17
+ evaluation_score: null
18
+ last_benchmark:
19
+ type: unsupported
20
+ ran_at: '2026-01-31T02:34:33.168428Z'
21
+ result_path: benchmark/results/2026-01-31T02-34-33.168439Z.json
22
  ---
benchmark/results/2026-01-31T02-34-33.168439Z.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
11
+ "gt_count": 0,
12
+ "pred_count": 0,
13
+ "generated_image": false,
14
+ "images": [],
15
+ "per_class_iou": {}
16
+ }
17
+ }