| { | |
| "model_name": "yolo-lanyard-detector", | |
| "version": "1.0.0", | |
| "framework": "ultralytics-yolov8", | |
| "architecture": "yolov8n", | |
| "task": "object-detection", | |
| "classes": [ | |
| "id_tag" | |
| ], | |
| "num_classes": 1, | |
| "input_size": [ | |
| 640, | |
| 640 | |
| ], | |
| "created_date": "2026-02-01", | |
| "use_case": "two-stage-lanyard-detection", | |
| "sdg": "SDG 16: Peace, Justice and Strong Institutions", | |
| "training": { | |
| "total_images": 908, | |
| "positive_images": 837, | |
| "negative_images": 71, | |
| "total_boxes": 1360, | |
| "epochs": 100, | |
| "batch_size": 16, | |
| "optimizer": "Adam" | |
| } | |
| } |