Upload metadata.json with huggingface_hub
Browse files- metadata.json +137 -0
metadata.json
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_info": {
|
| 3 |
+
"accuracy_metrics": {
|
| 4 |
+
"mAP_50": 0.4297003556405582,
|
| 5 |
+
"mAP_50_95": 0.32171395981389483,
|
| 6 |
+
"precision": 0.3740014945326178,
|
| 7 |
+
"recall": 0.13562922944206415,
|
| 8 |
+
"f1_score": 0.1990678039111289,
|
| 9 |
+
"total_detections": 24598,
|
| 10 |
+
"total_ground_truth": 36781,
|
| 11 |
+
"class_metrics": {},
|
| 12 |
+
"inference_time_ms": 11.00840794405085,
|
| 13 |
+
"fps": 90.83965684069864,
|
| 14 |
+
"dataset_info": {
|
| 15 |
+
"name": "COCO Dataset - Real Object Detection",
|
| 16 |
+
"classes": 80,
|
| 17 |
+
"test_images": 5000,
|
| 18 |
+
"max_images": 5000,
|
| 19 |
+
"download_size_mb": 1580,
|
| 20 |
+
"estimated_time_minutes": 25,
|
| 21 |
+
"download_url": "mock://create_test_dataset",
|
| 22 |
+
"description": "Microsoft COCO dataset with 80 classes. Use quick_test variant for fast evaluation or full_evaluation for comprehensive testing.",
|
| 23 |
+
"variants": [
|
| 24 |
+
"quick_test",
|
| 25 |
+
"full_evaluation"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"evaluation_time": 1756696485.667147
|
| 29 |
+
},
|
| 30 |
+
"benchmark_id": null,
|
| 31 |
+
"benchmark_status": "completed",
|
| 32 |
+
"compression_ratio": 0.5314898152174515,
|
| 33 |
+
"conversion_metadata": {
|
| 34 |
+
"apple_silicon": true,
|
| 35 |
+
"batch_size": 1,
|
| 36 |
+
"compute_unit_selection": "automatic_at_runtime",
|
| 37 |
+
"coremltools_version": "8.3.0",
|
| 38 |
+
"format": "mlpackage",
|
| 39 |
+
"input_shape": [
|
| 40 |
+
640,
|
| 41 |
+
640
|
| 42 |
+
],
|
| 43 |
+
"machine": "arm64",
|
| 44 |
+
"nms_enabled": true,
|
| 45 |
+
"optimization_level": "standard",
|
| 46 |
+
"output_signature": {
|
| 47 |
+
"inputs": [
|
| 48 |
+
{
|
| 49 |
+
"image_info": {
|
| 50 |
+
"color_space": "20",
|
| 51 |
+
"height": 640,
|
| 52 |
+
"width": 640
|
| 53 |
+
},
|
| 54 |
+
"name": "image",
|
| 55 |
+
"type": "imageType"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"name": "iouThreshold",
|
| 59 |
+
"type": "doubleType"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"name": "confidenceThreshold",
|
| 63 |
+
"type": "doubleType"
|
| 64 |
+
}
|
| 65 |
+
],
|
| 66 |
+
"model_author": "Ultralytics",
|
| 67 |
+
"model_description": "Ultralytics YOLOv12n model ",
|
| 68 |
+
"model_version": "8.3.186",
|
| 69 |
+
"outputs": [
|
| 70 |
+
{
|
| 71 |
+
"array_info": {
|
| 72 |
+
"data_type": "65568",
|
| 73 |
+
"shape": []
|
| 74 |
+
},
|
| 75 |
+
"name": "confidence",
|
| 76 |
+
"type": "multiArrayType"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"array_info": {
|
| 80 |
+
"data_type": "65568",
|
| 81 |
+
"shape": []
|
| 82 |
+
},
|
| 83 |
+
"name": "coordinates",
|
| 84 |
+
"type": "multiArrayType"
|
| 85 |
+
}
|
| 86 |
+
]
|
| 87 |
+
},
|
| 88 |
+
"platform": "macOS-15.6.1-arm64-arm-64bit",
|
| 89 |
+
"precision": "int8",
|
| 90 |
+
"processor": "arm",
|
| 91 |
+
"ultralytics_version": "unknown"
|
| 92 |
+
},
|
| 93 |
+
"conversion_time": 41.382651805877686,
|
| 94 |
+
"converted_size_mb": 2.8359594345092773,
|
| 95 |
+
"created_at": "2025-08-29T17:03:38.349775",
|
| 96 |
+
"evaluation_dataset": "coco",
|
| 97 |
+
"evaluation_id": "eval_yolo12n_coreml_int8_auto_mlpackage_auto_int8_20250829_170338_20250831_201320",
|
| 98 |
+
"evaluation_status": "completed",
|
| 99 |
+
"format": "mlpackage",
|
| 100 |
+
"hardware_target": "auto",
|
| 101 |
+
"has_benchmark": true,
|
| 102 |
+
"huggingface_last_sync": null,
|
| 103 |
+
"huggingface_repo_id": null,
|
| 104 |
+
"huggingface_repo_url": null,
|
| 105 |
+
"huggingface_status": null,
|
| 106 |
+
"huggingface_uploaded_at": null,
|
| 107 |
+
"id": "yolo12n_coreml_int8_auto_mlpackage_auto_int8_20250829_170338",
|
| 108 |
+
"name": "yolo12n_coreml_int8_auto",
|
| 109 |
+
"optimization_level": "standard",
|
| 110 |
+
"original_size_mb": 5.335867881774902,
|
| 111 |
+
"output_path": "/Users/simba/.aegis-forge/models/converted/yolo12n_coreml_int8_auto.coreml",
|
| 112 |
+
"performance_data": {
|
| 113 |
+
"fps": 90.83965684069864,
|
| 114 |
+
"inference_time_ms": 11.00840794405085,
|
| 115 |
+
"memory_mb": 0
|
| 116 |
+
},
|
| 117 |
+
"performance_summary": {
|
| 118 |
+
"fps": 90.83965684069864,
|
| 119 |
+
"inference_time_ms": 11.00840794405085,
|
| 120 |
+
"memory_mb": 0
|
| 121 |
+
},
|
| 122 |
+
"precision": "int8",
|
| 123 |
+
"source_path": "/Users/simba/.aegis-forge/models/original/yolo12n.pt",
|
| 124 |
+
"file_path": "/Users/simba/.aegis-forge/models/converted/yolo12n_coreml_int8_auto.coreml",
|
| 125 |
+
"original_model_source": "yolo12n_coreml_int8_auto",
|
| 126 |
+
"conversion_timestamp": "2025-08-29T17:03:38.349775",
|
| 127 |
+
"source_model": "yolo12n_coreml_int8_auto"
|
| 128 |
+
},
|
| 129 |
+
"performance_metrics": {
|
| 130 |
+
"fps": 90.83965684069864,
|
| 131 |
+
"inference_time_ms": 11.00840794405085,
|
| 132 |
+
"memory_mb": 0
|
| 133 |
+
},
|
| 134 |
+
"hardware_info": {},
|
| 135 |
+
"upload_date": "2025-09-03T20:46:34.505747",
|
| 136 |
+
"tool_version": "1.0.0"
|
| 137 |
+
}
|