| <!doctype html>
|
| <html>
|
| <head>
|
| <meta charset="utf-8" />
|
| <title>Loko Release Gate Record, Run A</title>
|
|
|
| <style>
|
| :root{
|
| --bg:#fafafa;
|
| --card:#ffffff;
|
| --text:#111;
|
| --muted:#666;
|
| --border:#e8e8e8;
|
| --border2:#efefef;
|
| --pill:#f3f3f3;
|
| --pill-border:#e6e6e6;
|
| --pass-bg:#eaf7ee;
|
| --pass-border:#cfead6;
|
| }
|
|
|
| body{
|
| font-family: Arial, sans-serif;
|
| margin: 0;
|
| background: var(--bg);
|
| color: var(--text);
|
| line-height: 1.35;
|
| }
|
|
|
| .topbar{
|
| height: 6px;
|
| background: linear-gradient(90deg, #111 0%, #444 35%, #888 100%);
|
| border-bottom: 1px solid var(--border);
|
| }
|
|
|
| .page{
|
| max-width: 980px;
|
| margin: 0 auto;
|
| padding: 26px 28px 40px 28px;
|
| }
|
|
|
| h1{ margin: 18px 0 6px 0; font-size: 40px; letter-spacing: -0.4px; }
|
| .subtitle{ color: #555; margin: 0 0 8px 0; font-size: 14px; }
|
| .meta{ color: var(--muted); margin: 0 0 18px 0; font-size: 13px; }
|
|
|
| .pillbar{ display:flex; flex-wrap:wrap; gap:10px; margin: 12px 0 22px 0; }
|
| .pill{
|
| display:inline-flex; align-items:center;
|
| height:30px; padding:0 12px; border-radius:999px;
|
| background: var(--pill); border:1px solid var(--pill-border);
|
| font-size:13px;
|
| }
|
| .pill.pass{ background: var(--pass-bg); border-color: var(--pass-border); }
|
|
|
| .card{
|
| border:1px solid var(--border);
|
| border-radius: 16px;
|
| padding: 16px 16px;
|
| margin: 14px 0;
|
| background: var(--card);
|
| box-shadow: 0 1px 0 rgba(0,0,0,0.02);
|
| }
|
|
|
| .grid2{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
|
| .label{ color: var(--muted); font-size: 12px; margin-bottom: 4px; }
|
| .value{ font-size: 14px; word-break: break-all; }
|
|
|
| .metricgrid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 8px; }
|
| .metric{
|
| border:1px solid var(--border2);
|
| border-radius: 14px;
|
| padding: 12px;
|
| background: #fbfbfb;
|
| }
|
| .metric .num{ font-size: 20px; font-weight: 700; margin-top: 4px; }
|
|
|
| h2{ margin: 24px 0 10px 0; font-size: 20px; }
|
| h3{ margin: 10px 0 8px 0; font-size: 16px; }
|
|
|
| img{
|
| width:100%;
|
| border:1px solid #ddd;
|
| border-radius: 14px;
|
| background: #fff;
|
| }
|
|
|
| .small{ color: var(--muted); font-size: 12px; }
|
| ul{ margin: 10px 0 0 18px; }
|
| code{ background:#f1f1f1; padding:2px 6px; border-radius:6px; }
|
| </style>
|
| </head>
|
|
|
| <body>
|
| <div class="topbar"></div>
|
| <div class="page">
|
|
|
| <h1>Loko Release Gate Record</h1>
|
| <p class="subtitle">
|
| Run A establishes a reproducible baseline on COCO using pinned model inputs and a declared PASS/FAIL gate.
|
| </p>
|
| <p class="meta">
|
| <strong>Run ID:</strong> <code>run-a-baseline-repro</code>
|
| |
|
| <strong>Decided at (UTC):</strong> <code>2026-02-11T21:29:41Z</code>
|
| </p>
|
|
|
| <div class="pillbar">
|
| <span class="pill">Run A</span>
|
| <span class="pill">Baseline Repro</span>
|
| <span class="pill">COCO val2017</span>
|
| <span class="pill pass">Decision: PASS</span>
|
| </div>
|
|
|
| <div class="card">
|
| <h2>Decision</h2>
|
| <div class="grid2">
|
| <div>
|
| <div class="label">Gate Predicate</div>
|
| <div class="value"><strong>mAP@0.50 ≥ 0.36</strong></div>
|
| <div class="small">Predicate ID: <code>coco_baseline_map50_floor_v1</code></div>
|
| </div>
|
| <div>
|
| <div class="label">Measured Value</div>
|
| <div class="value"><strong>mAP@0.50 = 0.566</strong></div>
|
| <div class="small">mAP@0.50:0.95 = 0.371</div>
|
| </div>
|
| </div>
|
|
|
| <div class="metricgrid">
|
| <div class="metric">
|
| <div class="label">Precision</div>
|
| <div class="num">0.672</div>
|
| </div>
|
| <div class="metric">
|
| <div class="label">Recall</div>
|
| <div class="num">0.519</div>
|
| </div>
|
| <div class="metric">
|
| <div class="label">mAP@0.50</div>
|
| <div class="num">0.566</div>
|
| </div>
|
| <div class="metric">
|
| <div class="label">mAP@0.50:0.95</div>
|
| <div class="num">0.371</div>
|
| </div>
|
| </div>
|
| </div>
|
|
|
| <div class="card">
|
| <h2>Receipts</h2>
|
|
|
| <div class="grid2">
|
| <div><h3>PR Curve</h3><img src="receipt_bundle/plots/PR_curve.png" loading="lazy" /></div>
|
| <div><h3>F1 Curve</h3><img src="receipt_bundle/plots/F1_curve.png" loading="lazy" /></div>
|
| <div><h3>Precision Curve</h3><img src="receipt_bundle/plots/P_curve.png" loading="lazy" /></div>
|
| <div><h3>Recall Curve</h3><img src="receipt_bundle/plots/R_curve.png" loading="lazy" /></div>
|
| <div style="grid-column:1 / -1;">
|
| <h3>Confusion Matrix</h3>
|
| <img src="receipt_bundle/plots/confusion_matrix.png" loading="lazy" />
|
| </div>
|
| </div>
|
|
|
| <h3 style="margin-top:16px;">Sample Batches</h3>
|
| <div class="grid2">
|
| <div><img src="receipt_bundle/plots/val_batch0_labels.jpg" loading="lazy" /></div>
|
| <div><img src="receipt_bundle/plots/val_batch0_pred.jpg" loading="lazy" /></div>
|
| <div><img src="receipt_bundle/plots/val_batch1_labels.jpg" loading="lazy" /></div>
|
| <div><img src="receipt_bundle/plots/val_batch1_pred.jpg" loading="lazy" /></div>
|
| <div><img src="receipt_bundle/plots/val_batch2_labels.jpg" loading="lazy" /></div>
|
| <div><img src="receipt_bundle/plots/val_batch2_pred.jpg" loading="lazy" /></div>
|
| </div>
|
|
|
| <p class="small" style="margin-top:12px;">
|
| Core output: <code>receipt_bundle/raw/yolov5s_predictions.json</code>
|
| </p>
|
| </div>
|
|
|
| <div class="card">
|
| <h2>What to Verify</h2>
|
| <ul>
|
| <li><strong>Decision container:</strong> <code>release_certificate.json</code></li>
|
| <li><strong>Metrics record:</strong> <code>evaluation_metrics.json</code></li>
|
| <li><strong>Receipt inventory:</strong> <code>loko_manifest.json</code></li>
|
| <li><strong>Checkout inventory:</strong> <code>checkout_manifest.json</code> + <code>checkout_manifest.sig</code></li>
|
| </ul>
|
| </div>
|
|
|
| </div>
|
| </body>
|
| </html>
|
|
|