Upload 19 files
Browse files- .gitattributes +1 -0
- run-b-production-gate/PUBKEY_PIN.txt +1 -0
- run-b-production-gate/checkout_manifest.json +88 -0
- run-b-production-gate/checkout_manifest.sig +10 -0
- run-b-production-gate/loko_manifest.json +112 -0
- run-b-production-gate/operator_ed25519_public.pem +3 -0
- run-b-production-gate/operator_ed25519_public_key_hex.txt +1 -0
- run-b-production-gate/receipt_bundle/plots/F1_curve.png +3 -0
- run-b-production-gate/receipt_bundle/plots/PR_curve.png +3 -0
- run-b-production-gate/receipt_bundle/plots/P_curve.png +3 -0
- run-b-production-gate/receipt_bundle/plots/R_curve.png +3 -0
- run-b-production-gate/receipt_bundle/plots/confusion_matrix.png +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch0_labels.jpg +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch0_pred.jpg +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch1_labels.jpg +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch1_pred.jpg +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch2_labels.jpg +3 -0
- run-b-production-gate/receipt_bundle/plots/val_batch2_pred.jpg +3 -0
- run-b-production-gate/receipt_bundle/raw/yolov5s_predictions.json +3 -0
- run-b-production-gate/report.html +232 -0
.gitattributes
CHANGED
|
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
run-a-baseline-repro/receipt_bundle/raw/yolov5s_predictions.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
run-a-baseline-repro/receipt_bundle/raw/yolov5s_predictions.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
run-b-production-gate/receipt_bundle/raw/yolov5s_predictions.json filter=lfs diff=lfs merge=lfs -text
|
run-b-production-gate/PUBKEY_PIN.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1f61014bc8bf5bedc9389c5950d9a46c703c8d91701d762b892fd1a924dcd367
|
run-b-production-gate/checkout_manifest.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "kolosos_replay_checkout_v1",
|
| 3 |
+
"created_utc": "2026-02-11T23:06:17Z",
|
| 4 |
+
"session_id": "release-gate-run-b-production-gate-20260211-230617Z",
|
| 5 |
+
"run_id": "run-b-production-gate",
|
| 6 |
+
"identity": {
|
| 7 |
+
"pubkey_pin_hex": "1f61014bc8bf5bedc9389c5950d9a46c703c8d91701d762b892fd1a924dcd367"
|
| 8 |
+
},
|
| 9 |
+
"policy": {
|
| 10 |
+
"require_provenance": true,
|
| 11 |
+
"tamper_gate": "N/A",
|
| 12 |
+
"require_signatures": true
|
| 13 |
+
},
|
| 14 |
+
"host": {
|
| 15 |
+
"python": "Python 3.13.5",
|
| 16 |
+
"os": "windows",
|
| 17 |
+
"hostname": "MEDUSA"
|
| 18 |
+
},
|
| 19 |
+
"tools": {
|
| 20 |
+
"command": "python val.py --weights yolov5s.pt --data data\\exdark_person.yaml --img 640 --task val --save-json",
|
| 21 |
+
"yolov5_git_commit": "3fb11111c6a8088fbc91430a1f99d207c16f0620"
|
| 22 |
+
},
|
| 23 |
+
"outputs": {
|
| 24 |
+
"run_dir": "receipt_bundle/",
|
| 25 |
+
"files": [
|
| 26 |
+
{
|
| 27 |
+
"path": "receipt_bundle/plots/confusion_matrix.png",
|
| 28 |
+
"sha256": "76beeaf30a3a91afb9762d27c95f32c482cc616f1adfc76fbd6f4e9f19b1ad1a",
|
| 29 |
+
"size": 458911
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"path": "receipt_bundle/plots/F1_curve.png",
|
| 33 |
+
"sha256": "9dc9eaaabbf2f423e97760a6cc67f295396877ef9e60b003c1350b5826a1a208",
|
| 34 |
+
"size": 91501
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"path": "receipt_bundle/plots/P_curve.png",
|
| 38 |
+
"sha256": "cb91dc9baa6d9091f1b675442cb98af47a33181fc17eda76b415f753b98262a0",
|
| 39 |
+
"size": 90147
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"path": "receipt_bundle/plots/PR_curve.png",
|
| 43 |
+
"sha256": "dd3b0929a4a60ae50e1e9018dc6abb15e7cc6a2222defb8df694a26a65037c41",
|
| 44 |
+
"size": 90447
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"path": "receipt_bundle/plots/R_curve.png",
|
| 48 |
+
"sha256": "31ca71b5b6b01df9266ba9f79022ceffb2bf404a5c8937532bae5e39cdaf9ab3",
|
| 49 |
+
"size": 92475
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"path": "receipt_bundle/plots/val_batch0_labels.jpg",
|
| 53 |
+
"sha256": "ade655146686db108fa69eddc01982ed63a30995108c8cfbb5cb18cf2f865215",
|
| 54 |
+
"size": 238728
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"path": "receipt_bundle/plots/val_batch0_pred.jpg",
|
| 58 |
+
"sha256": "3c9eb2223dc0256417d5848bbf378ef749ee32fa543d31e8b49f3779069d4ae9",
|
| 59 |
+
"size": 283384
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"path": "receipt_bundle/plots/val_batch1_labels.jpg",
|
| 63 |
+
"sha256": "ed48c4a764f966b00e21b608ef78795b0e59631f6d6452486ac88031764295e6",
|
| 64 |
+
"size": 236175
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"path": "receipt_bundle/plots/val_batch1_pred.jpg",
|
| 68 |
+
"sha256": "22782f2bc17190af918991cf106fb66b833fe450813a2b198d63c384a888eb18",
|
| 69 |
+
"size": 258760
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"path": "receipt_bundle/plots/val_batch2_labels.jpg",
|
| 73 |
+
"sha256": "6d419f069866cb4a824624f56afc759e36c8879008c9798169a624821b02958a",
|
| 74 |
+
"size": 219259
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"path": "receipt_bundle/plots/val_batch2_pred.jpg",
|
| 78 |
+
"sha256": "6587b36963c94001efc3ef374595f9146a48206b73ff19835bea1ec1a3e85db3",
|
| 79 |
+
"size": 242299
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"path": "receipt_bundle/raw/yolov5s_predictions.json",
|
| 83 |
+
"sha256": "316f545598be0cb5266e329de7f4ac43c40706a7486bcd4e4211d732f697763d",
|
| 84 |
+
"size": 142661754
|
| 85 |
+
}
|
| 86 |
+
]
|
| 87 |
+
}
|
| 88 |
+
}
|
run-b-production-gate/checkout_manifest.sig
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"domain": "kolosos_replay_checkout_v1",
|
| 3 |
+
"hash_algo": "sha256",
|
| 4 |
+
"manifest_hash_hex": "d805cd85b92277d0f52f702f047eb38b1f65c97cbf179fc914d7d4268fcbacef",
|
| 5 |
+
"public_key_hex": "3a8da620649a45423b9d886d8bbb720e75bd41343aa0d6d49536857b491f510e",
|
| 6 |
+
"sig_type": "ed25519",
|
| 7 |
+
"signature_b64": "psLZn0GHUTFV+19k55NbGjyVUOgN0jCDjp5rQIyUwRs8nWc8P0SuO2OOje9wfjfVwqw5IQJAP3zxo15JE298CQ==",
|
| 8 |
+
"signature_hex": "a6c2d99f4187513155fb5f64e7935b1a3c9550e80dd230838e9e6b408c94c11b3c9d673c3f44ae3b638e8def707e37d5c2ac392102403f7cf1a35e49136f7c09",
|
| 9 |
+
"signed": "checkout_manifest_hash"
|
| 10 |
+
}
|
run-b-production-gate/loko_manifest.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "kolosos_loko_distribution_v2",
|
| 3 |
+
"created_utc": "2026-02-11T23:11:25Z",
|
| 4 |
+
"session_id": "release-gate-run-b-production-gate-20260211-231125Z",
|
| 5 |
+
"identity": {
|
| 6 |
+
"pubkey_pin_hex": "1f61014bc8bf5bedc9389c5950d9a46c703c8d91701d762b892fd1a924dcd367"
|
| 7 |
+
},
|
| 8 |
+
"container": {
|
| 9 |
+
"type": "folder",
|
| 10 |
+
"note": "Hugging Face folder distribution; file_index enumerates all published artifacts."
|
| 11 |
+
},
|
| 12 |
+
"package": {
|
| 13 |
+
"file_index_count": 19,
|
| 14 |
+
"file_index": [
|
| 15 |
+
{
|
| 16 |
+
"path": "checkout_manifest.json",
|
| 17 |
+
"sha256": "d805cd85b92277d0f52f702f047eb38b1f65c97cbf179fc914d7d4268fcbacef",
|
| 18 |
+
"size": 5164
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"path": "checkout_manifest.sig",
|
| 22 |
+
"sha256": "59c6cf0de40744bcec7c87ff240b9da540f96ac9cfa06cbc496e78d89ce74b85",
|
| 23 |
+
"size": 584
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"path": "loko_manifest.json",
|
| 27 |
+
"sha256": "c4a5e816d5b04868a17bcb065e6344f127d21d7702732387fa0ee5c56ed87bfe",
|
| 28 |
+
"size": 6763
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"path": "operator_ed25519_public.pem",
|
| 32 |
+
"sha256": "88f6b0299b20c8849d47d8be196709b12ab09b38868af25e1aa6b92054d56f5f",
|
| 33 |
+
"size": 113
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"path": "operator_ed25519_public_key_hex.txt",
|
| 37 |
+
"sha256": "f38c2f9bd5c2335a95a8a361c9c6c23ad9189c9efd30bff24061eadb8198b328",
|
| 38 |
+
"size": 66
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"path": "PUBKEY_PIN.txt",
|
| 42 |
+
"sha256": "8ec4007352f9bea18d3f26cda70e5391fdf93922317b73fbeb7dcf1b933df514",
|
| 43 |
+
"size": 66
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"path": "receipt_bundle/plots/confusion_matrix.png",
|
| 47 |
+
"sha256": "76beeaf30a3a91afb9762d27c95f32c482cc616f1adfc76fbd6f4e9f19b1ad1a",
|
| 48 |
+
"size": 458911
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"path": "receipt_bundle/plots/F1_curve.png",
|
| 52 |
+
"sha256": "9dc9eaaabbf2f423e97760a6cc67f295396877ef9e60b003c1350b5826a1a208",
|
| 53 |
+
"size": 91501
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"path": "receipt_bundle/plots/P_curve.png",
|
| 57 |
+
"sha256": "cb91dc9baa6d9091f1b675442cb98af47a33181fc17eda76b415f753b98262a0",
|
| 58 |
+
"size": 90147
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"path": "receipt_bundle/plots/PR_curve.png",
|
| 62 |
+
"sha256": "dd3b0929a4a60ae50e1e9018dc6abb15e7cc6a2222defb8df694a26a65037c41",
|
| 63 |
+
"size": 90447
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"path": "receipt_bundle/plots/R_curve.png",
|
| 67 |
+
"sha256": "31ca71b5b6b01df9266ba9f79022ceffb2bf404a5c8937532bae5e39cdaf9ab3",
|
| 68 |
+
"size": 92475
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"path": "receipt_bundle/plots/val_batch0_labels.jpg",
|
| 72 |
+
"sha256": "ade655146686db108fa69eddc01982ed63a30995108c8cfbb5cb18cf2f865215",
|
| 73 |
+
"size": 238728
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"path": "receipt_bundle/plots/val_batch0_pred.jpg",
|
| 77 |
+
"sha256": "3c9eb2223dc0256417d5848bbf378ef749ee32fa543d31e8b49f3779069d4ae9",
|
| 78 |
+
"size": 283384
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"path": "receipt_bundle/plots/val_batch1_labels.jpg",
|
| 82 |
+
"sha256": "ed48c4a764f966b00e21b608ef78795b0e59631f6d6452486ac88031764295e6",
|
| 83 |
+
"size": 236175
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"path": "receipt_bundle/plots/val_batch1_pred.jpg",
|
| 87 |
+
"sha256": "22782f2bc17190af918991cf106fb66b833fe450813a2b198d63c384a888eb18",
|
| 88 |
+
"size": 258760
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"path": "receipt_bundle/plots/val_batch2_labels.jpg",
|
| 92 |
+
"sha256": "6d419f069866cb4a824624f56afc759e36c8879008c9798169a624821b02958a",
|
| 93 |
+
"size": 219259
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"path": "receipt_bundle/plots/val_batch2_pred.jpg",
|
| 97 |
+
"sha256": "6587b36963c94001efc3ef374595f9146a48206b73ff19835bea1ec1a3e85db3",
|
| 98 |
+
"size": 242299
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"path": "receipt_bundle/raw/yolov5s_predictions.json",
|
| 102 |
+
"sha256": "316f545598be0cb5266e329de7f4ac43c40706a7486bcd4e4211d732f697763d",
|
| 103 |
+
"size": 142661754
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"path": "report.html",
|
| 107 |
+
"sha256": "f4752fd7b5c530b2483e6367c8223e628b52bef585f37c2b78ebf9cff9b9232d",
|
| 108 |
+
"size": 7863
|
| 109 |
+
}
|
| 110 |
+
]
|
| 111 |
+
}
|
| 112 |
+
}
|
run-b-production-gate/operator_ed25519_public.pem
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-----BEGIN PUBLIC KEY-----
|
| 2 |
+
MCowBQYDK2VwAyEAOo2mIGSaRUI7nYhti7tyDnW9QTQ6oNbUlTaFe0kfUQ4=
|
| 3 |
+
-----END PUBLIC KEY-----
|
run-b-production-gate/operator_ed25519_public_key_hex.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3a8da620649a45423b9d886d8bbb720e75bd41343aa0d6d49536857b491f510e
|
run-b-production-gate/receipt_bundle/plots/F1_curve.png
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/PR_curve.png
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/P_curve.png
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/R_curve.png
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/confusion_matrix.png
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch0_labels.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch0_pred.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch1_labels.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch1_pred.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch2_labels.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/plots/val_batch2_pred.jpg
ADDED
|
Git LFS Details
|
run-b-production-gate/receipt_bundle/raw/yolov5s_predictions.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:316f545598be0cb5266e329de7f4ac43c40706a7486bcd4e4211d732f697763d
|
| 3 |
+
size 142661754
|
run-b-production-gate/report.html
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<title>Loko Release Gate Record, Run B</title>
|
| 6 |
+
|
| 7 |
+
<style>
|
| 8 |
+
:root{
|
| 9 |
+
--bg:#fafafa;
|
| 10 |
+
--card:#ffffff;
|
| 11 |
+
--text:#111;
|
| 12 |
+
--muted:#666;
|
| 13 |
+
--border:#e8e8e8;
|
| 14 |
+
--border2:#efefef;
|
| 15 |
+
--pill:#f3f3f3;
|
| 16 |
+
--pill-border:#e6e6e6;
|
| 17 |
+
--pass-bg:#eaf7ee;
|
| 18 |
+
--pass-border:#cfead6;
|
| 19 |
+
--fail-bg:#fdecec;
|
| 20 |
+
--fail-border:#f5caca;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
body{
|
| 24 |
+
font-family: Arial, sans-serif;
|
| 25 |
+
margin: 0;
|
| 26 |
+
background: var(--bg);
|
| 27 |
+
color: var(--text);
|
| 28 |
+
line-height: 1.35;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.topbar{
|
| 32 |
+
height: 6px;
|
| 33 |
+
background: linear-gradient(90deg, #111 0%, #444 35%, #888 100%);
|
| 34 |
+
border-bottom: 1px solid var(--border);
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
.page{
|
| 38 |
+
max-width: 980px;
|
| 39 |
+
margin: 0 auto;
|
| 40 |
+
padding: 26px 28px 40px 28px;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
h1{ margin: 18px 0 6px 0; font-size: 40px; letter-spacing: -0.4px; }
|
| 44 |
+
.subtitle{ color: #555; margin: 0 0 8px 0; font-size: 14px; }
|
| 45 |
+
.meta{ color: var(--muted); margin: 0 0 18px 0; font-size: 13px; }
|
| 46 |
+
|
| 47 |
+
.pillbar{ display:flex; flex-wrap:wrap; gap:10px; margin: 12px 0 22px 0; }
|
| 48 |
+
.pill{
|
| 49 |
+
display:inline-flex; align-items:center;
|
| 50 |
+
height:30px; padding:0 12px; border-radius:999px;
|
| 51 |
+
background: var(--pill); border:1px solid var(--pill-border);
|
| 52 |
+
font-size:13px;
|
| 53 |
+
}
|
| 54 |
+
.pill.pass{ background: var(--pass-bg); border-color: var(--pass-border); }
|
| 55 |
+
.pill.fail{ background: var(--fail-bg); border-color: var(--fail-border); }
|
| 56 |
+
|
| 57 |
+
.card{
|
| 58 |
+
border:1px solid var(--border);
|
| 59 |
+
border-radius: 16px;
|
| 60 |
+
padding: 16px 16px;
|
| 61 |
+
margin: 14px 0;
|
| 62 |
+
background: var(--card);
|
| 63 |
+
box-shadow: 0 1px 0 rgba(0,0,0,0.02);
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.grid2{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
|
| 67 |
+
.label{ color: var(--muted); font-size: 12px; margin-bottom: 4px; }
|
| 68 |
+
.value{ font-size: 14px; word-break: break-all; }
|
| 69 |
+
|
| 70 |
+
.metricgrid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 8px; }
|
| 71 |
+
.metric{
|
| 72 |
+
border:1px solid var(--border2);
|
| 73 |
+
border-radius: 14px;
|
| 74 |
+
padding: 12px;
|
| 75 |
+
background: #fbfbfb;
|
| 76 |
+
}
|
| 77 |
+
.metric .num{ font-size: 20px; font-weight: 700; margin-top: 4px; }
|
| 78 |
+
|
| 79 |
+
h2{ margin: 24px 0 10px 0; font-size: 20px; }
|
| 80 |
+
h3{ margin: 10px 0 8px 0; font-size: 16px; }
|
| 81 |
+
|
| 82 |
+
img{
|
| 83 |
+
width:100%;
|
| 84 |
+
border:1px solid #ddd;
|
| 85 |
+
border-radius: 14px;
|
| 86 |
+
background: #fff;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.small{ color: var(--muted); font-size: 12px; }
|
| 90 |
+
ul{ margin: 10px 0 0 18px; }
|
| 91 |
+
code{ background:#f1f1f1; padding:2px 6px; border-radius:6px; }
|
| 92 |
+
</style>
|
| 93 |
+
</head>
|
| 94 |
+
|
| 95 |
+
<body>
|
| 96 |
+
<div class="topbar"></div>
|
| 97 |
+
<div class="page">
|
| 98 |
+
|
| 99 |
+
<h1>Loko Release Gate Record</h1>
|
| 100 |
+
<p class="subtitle">
|
| 101 |
+
Run B applies a strict, class-scoped operational gate under low-light conditions (person).
|
| 102 |
+
</p>
|
| 103 |
+
<p class="meta">
|
| 104 |
+
<strong>Run ID:</strong> <code>run-b-production-gate</code>
|
| 105 |
+
|
|
| 106 |
+
<strong>Decided at (UTC):</strong> <code>2026-02-11T22:39:12Z</code>
|
| 107 |
+
</p>
|
| 108 |
+
|
| 109 |
+
<div class="pillbar">
|
| 110 |
+
<span class="pill">Run B</span>
|
| 111 |
+
<span class="pill">Production Gate</span>
|
| 112 |
+
<span class="pill">Low-Light (ExDark)</span>
|
| 113 |
+
<span class="pill">Class: person</span>
|
| 114 |
+
<span class="pill fail">Decision: FAIL</span>
|
| 115 |
+
</div>
|
| 116 |
+
|
| 117 |
+
<div class="card">
|
| 118 |
+
<h2>Decision</h2>
|
| 119 |
+
<div class="grid2">
|
| 120 |
+
<div>
|
| 121 |
+
<div class="label">Gate Predicate (strict)</div>
|
| 122 |
+
<div class="value"><strong>precision ≥ 0.85</strong> and <strong>recall ≥ 0.80</strong></div>
|
| 123 |
+
<div class="small">Predicate ID: <code>exdark_person_operational_gate_v2_strict</code> (conf=0.5, IoU=0.5)</div>
|
| 124 |
+
</div>
|
| 125 |
+
<div>
|
| 126 |
+
<div class="label">Measured Values</div>
|
| 127 |
+
<div class="value"><strong>precision = 0.776</strong>, <strong>recall = 0.680</strong></div>
|
| 128 |
+
<div class="small">This run fails both requirements.</div>
|
| 129 |
+
</div>
|
| 130 |
+
</div>
|
| 131 |
+
|
| 132 |
+
<div class="metricgrid">
|
| 133 |
+
<div class="metric">
|
| 134 |
+
<div class="label">Precision</div>
|
| 135 |
+
<div class="num">0.776</div>
|
| 136 |
+
</div>
|
| 137 |
+
<div class="metric">
|
| 138 |
+
<div class="label">Recall</div>
|
| 139 |
+
<div class="num">0.680</div>
|
| 140 |
+
</div>
|
| 141 |
+
<div class="metric">
|
| 142 |
+
<div class="label">mAP@0.50</div>
|
| 143 |
+
<div class="num">0.747</div>
|
| 144 |
+
</div>
|
| 145 |
+
<div class="metric">
|
| 146 |
+
<div class="label">mAP@0.50:0.95</div>
|
| 147 |
+
<div class="num">0.365</div>
|
| 148 |
+
</div>
|
| 149 |
+
</div>
|
| 150 |
+
|
| 151 |
+
<p class="small" style="margin-top:12px;">
|
| 152 |
+
Full metrics and evaluator details are stored in <code>evaluation_metrics.json</code>.
|
| 153 |
+
</p>
|
| 154 |
+
</div>
|
| 155 |
+
|
| 156 |
+
<div class="card">
|
| 157 |
+
<h2>Pinned Model Input</h2>
|
| 158 |
+
<div class="grid2">
|
| 159 |
+
<div>
|
| 160 |
+
<div class="label">Model</div>
|
| 161 |
+
<div class="value"><strong>YOLOv5s</strong> (weights file: <code>yolov5s.pt</code>)</div>
|
| 162 |
+
</div>
|
| 163 |
+
<div>
|
| 164 |
+
<div class="label">Repo</div>
|
| 165 |
+
<div class="value">Ultralytics/YOLOv5</div>
|
| 166 |
+
</div>
|
| 167 |
+
<div style="grid-column:1 / -1;">
|
| 168 |
+
<div class="label">Model Revision</div>
|
| 169 |
+
<div class="value">553ca28641b8c2129596b0ecc50fc0902f7bd7ac</div>
|
| 170 |
+
</div>
|
| 171 |
+
</div>
|
| 172 |
+
</div>
|
| 173 |
+
|
| 174 |
+
<div class="card">
|
| 175 |
+
<h2>Evaluation Dataset Surface</h2>
|
| 176 |
+
<p class="small">
|
| 177 |
+
Low-light operational surface derived from ExDark. Ground truth boxes are sourced from ExDark <code>metadata.csv</code> where <code>People</code> is mapped to COCO class 0 (<code>person</code>).
|
| 178 |
+
</p>
|
| 179 |
+
<div class="grid2" style="margin-top:10px;">
|
| 180 |
+
<div>
|
| 181 |
+
<div class="label">Dataset Repo</div>
|
| 182 |
+
<div class="value">SatwikKambham/ex-dark</div>
|
| 183 |
+
</div>
|
| 184 |
+
<div>
|
| 185 |
+
<div class="label">Dataset Revision</div>
|
| 186 |
+
<div class="value">f2a15374dae8c90395f461c5ba0546c034751665</div>
|
| 187 |
+
</div>
|
| 188 |
+
</div>
|
| 189 |
+
</div>
|
| 190 |
+
|
| 191 |
+
<div class="card">
|
| 192 |
+
<h2>Receipts</h2>
|
| 193 |
+
|
| 194 |
+
<div class="grid2">
|
| 195 |
+
<div><h3>PR Curve</h3><img src="receipt_bundle/plots/PR_curve.png" loading="lazy" /></div>
|
| 196 |
+
<div><h3>F1 Curve</h3><img src="receipt_bundle/plots/F1_curve.png" loading="lazy" /></div>
|
| 197 |
+
<div><h3>Precision Curve</h3><img src="receipt_bundle/plots/P_curve.png" loading="lazy" /></div>
|
| 198 |
+
<div><h3>Recall Curve</h3><img src="receipt_bundle/plots/R_curve.png" loading="lazy" /></div>
|
| 199 |
+
<div style="grid-column:1 / -1;">
|
| 200 |
+
<h3>Confusion Matrix</h3>
|
| 201 |
+
<img src="receipt_bundle/plots/confusion_matrix.png" loading="lazy" />
|
| 202 |
+
</div>
|
| 203 |
+
</div>
|
| 204 |
+
|
| 205 |
+
<h3 style="margin-top:16px;">Sample Batches</h3>
|
| 206 |
+
<div class="grid2">
|
| 207 |
+
<div><img src="receipt_bundle/plots/val_batch0_labels.jpg" loading="lazy" /></div>
|
| 208 |
+
<div><img src="receipt_bundle/plots/val_batch0_pred.jpg" loading="lazy" /></div>
|
| 209 |
+
<div><img src="receipt_bundle/plots/val_batch1_labels.jpg" loading="lazy" /></div>
|
| 210 |
+
<div><img src="receipt_bundle/plots/val_batch1_pred.jpg" loading="lazy" /></div>
|
| 211 |
+
<div><img src="receipt_bundle/plots/val_batch2_labels.jpg" loading="lazy" /></div>
|
| 212 |
+
<div><img src="receipt_bundle/plots/val_batch2_pred.jpg" loading="lazy" /></div>
|
| 213 |
+
</div>
|
| 214 |
+
|
| 215 |
+
<p class="small" style="margin-top:12px;">
|
| 216 |
+
Core output: <code>receipt_bundle/raw/yolov5s_predictions.json</code>
|
| 217 |
+
</p>
|
| 218 |
+
</div>
|
| 219 |
+
|
| 220 |
+
<div class="card">
|
| 221 |
+
<h2>What to Verify</h2>
|
| 222 |
+
<ul>
|
| 223 |
+
<li><strong>Decision container:</strong> <code>release_certificate.json</code></li>
|
| 224 |
+
<li><strong>Metrics record:</strong> <code>evaluation_metrics.json</code></li>
|
| 225 |
+
<li><strong>Receipt inventory:</strong> <code>loko_manifest.json</code></li>
|
| 226 |
+
<li><strong>Checkout inventory:</strong> <code>checkout_manifest.json</code> + <code>checkout_manifest.sig</code></li>
|
| 227 |
+
</ul>
|
| 228 |
+
</div>
|
| 229 |
+
|
| 230 |
+
</div>
|
| 231 |
+
</body>
|
| 232 |
+
</html>
|