Skip to content

Instantly share code, notes, and snippets.

View Coderlion1990's full-sized avatar

Coderlion1990

View GitHub Profile
@Coderlion1990
Coderlion1990 / review.html
Created May 26, 2026 06:22
ROI=H93AES applied to all 20 clips
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>ROI=H93AES — All 20 clips</title>
<style>
body { font-family:Arial,sans-serif; background:#f5f5f5; margin:0; padding:16px; }
h1 { color:#2c3e50; }
.info { background:#fff; border-radius:8px; padding:10px 16px; margin-bottom:12px;
box-shadow:0 1px 4px rgba(0,0,0,.1); font-size:13px; }
table { border-collapse:collapse; width:100%; background:#fff;
@Coderlion1990
Coderlion1990 / review.html
Created May 26, 2026 06:22
ROI=E29 applied to all 20 clips
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>ROI=E29 — All 20 clips</title>
<style>
body { font-family:Arial,sans-serif; background:#f5f5f5; margin:0; padding:16px; }
h1 { color:#2c3e50; }
.info { background:#fff; border-radius:8px; padding:10px 16px; margin-bottom:12px;
box-shadow:0 1px 4px rgba(0,0,0,.1); font-size:13px; }
table { border-collapse:collapse; width:100%; background:#fff;
@Coderlion1990
Coderlion1990 / review.html
Created May 26, 2026 05:40
ROI Preview E29 H93AES
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>ROI Preview — E29 / H93AES</title>
<style>
body { font-family: Arial, sans-serif; background:#f5f5f5; margin:0; padding:16px; }
h1 { color:#2c3e50; }
.roi-info { background:#fff; border-radius:8px; padding:12px 16px; margin-bottom:16px;
box-shadow:0 1px 4px rgba(0,0,0,0.1); }
.roi-info table { border-collapse:collapse; font-size:13px; }
@Coderlion1990
Coderlion1990 / review.html
Created May 25, 2026 06:21
v1.3.2 FP Report v2 - cam2/3/4 with ROI
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>v1.3.2 FP Report (79 cases)</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',system-ui,sans-serif;background:#0f0f1a;color:#e0e0e0}
.topbar{background:#1a1a2e;padding:14px 24px;border-bottom:1px solid #2a2a4a;display:flex;align-items:center;gap:16px}
.topbar h1{font-size:1.1rem;color:#a78bfa}
@Coderlion1990
Coderlion1990 / review.html
Created May 25, 2026 06:16
v1.3.2 FP Report - 79 False Positives
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>v1.3.2 False Positives Report (79 cases)</title>
<style>
* { box-sizing: border-box; margin:0; padding:0; }
body { font-family: 'Segoe UI', system-ui, sans-serif; background:#0f0f1a; color:#e0e0e0; }
.topbar { background:#1a1a2e; padding:16px 24px; border-bottom:1px solid #2a2a4a; display:flex; align-items:center; gap:16px; }
@Coderlion1990
Coderlion1990 / review.html
Created May 22, 2026 03:25
ImageQuality review - cam ROI analysis
<!DOCTYPE html>
<html>
<head>
<style>
body { background:#1a1a1a; color:#eee; font-family:sans-serif; margin:0; padding:16px; }
h2 { color:#ff9944; margin-top:32px; }
h3 { color:#aaa; font-size:13px; margin:4px 0 12px 0; }
img { max-width:100%; border:1px solid #444; display:block; margin-bottom:8px; }
.legend { font-size:12px; color:#aaa; margin-bottom:12px; line-height:1.8; }
.green { color:#00ff88; } .yellow { color:#ffdd00; }