Datasets:
Initial public release of V58 face anonymization evaluation
Browse files- .gitattributes +1 -0
- MODEL_CARD.md +57 -0
- README.md +53 -3
- charts/confidence_chart.png +3 -0
- charts/detection_chart.png +3 -0
- charts/fps_chart.png +3 -0
- dhaka11_anonymized_v58.mp4 +3 -0
- public_summary.json +51 -0
- report.html +200 -0
- report_assets/after_003s.jpg +3 -0
- report_assets/after_008s.jpg +3 -0
- report_assets/after_030s.jpg +3 -0
- report_assets/after_061s.jpg +3 -0
- report_assets/before_003s.jpg +3 -0
- report_assets/before_008s.jpg +3 -0
- report_assets/before_030s.jpg +3 -0
- report_assets/before_061s.jpg +3 -0
- report_assets/before_after.jpg +3 -0
- report_assets/before_after_003s.jpg +3 -0
- report_assets/before_after_008s.jpg +3 -0
- report_assets/before_after_030s.jpg +3 -0
- report_assets/before_after_061s.jpg +3 -0
- report_assets/thumbnail.jpg +3 -0
- technical_report.pdf +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
technical_report.pdf filter=lfs diff=lfs merge=lfs -text
|
MODEL_CARD.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Card
|
| 2 |
+
|
| 3 |
+
**Origin Data Lab** — privacy processing and Human GT delivery for real-world video data.
|
| 4 |
+
|
| 5 |
+
## Evaluation context
|
| 6 |
+
|
| 7 |
+
- Engine version: `V55-P0-FACE-ONLY`
|
| 8 |
+
- Pipeline version: `v55-p0-face-only`
|
| 9 |
+
- Location: Not specified
|
| 10 |
+
- Environment: Not specified
|
| 11 |
+
|
| 12 |
+
## Processing metrics
|
| 13 |
+
|
| 14 |
+
| Metric | Value |
|
| 15 |
+
|---|---:|
|
| 16 |
+
| Resolution | 1280 × 720 |
|
| 17 |
+
| Processed frames | 2,661 |
|
| 18 |
+
| Source FPS | 30.000 |
|
| 19 |
+
| Processing FPS | 11.305 |
|
| 20 |
+
| Elapsed seconds | 235.393 |
|
| 21 |
+
| Detected faces | 10,634 |
|
| 22 |
+
| Blurred faces | 10,634 |
|
| 23 |
+
| Rejected regions | 0 |
|
| 24 |
+
| Mean confidence | 0.6373 |
|
| 25 |
+
|
| 26 |
+
### Processing speed
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
### Detection activity
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
### Confidence distribution
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
## Review and intended use
|
| 39 |
+
|
| 40 |
+
Human QA is recommended before production delivery.
|
| 41 |
+
|
| 42 |
+
This report documents an internal engineering evaluation. It is not an independently audited accuracy benchmark.
|
| 43 |
+
|
| 44 |
+
## Known limitations
|
| 45 |
+
|
| 46 |
+
- Very small or distant faces
|
| 47 |
+
- Severe occlusion
|
| 48 |
+
- Motion blur and compression artifacts
|
| 49 |
+
- Difficult low-light scenes
|
| 50 |
+
|
| 51 |
+
## Delivery model
|
| 52 |
+
|
| 53 |
+
Origin Data Lab combines automated anonymization with targeted Human QA to reduce manual workload while preserving delivery quality.
|
| 54 |
+
|
| 55 |
+
## Responsible use
|
| 56 |
+
|
| 57 |
+
Operators should confirm legal basis, data-handling requirements, retention policy, and final Human QA scope for each project.
|
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# dhaka11_anonymized_v58.mp4 Technical Report - V55-P0-FACE-ONLY
|
| 2 |
+
|
| 3 |
+
**Origin Data Lab** — privacy processing and Human GT delivery for real-world video data.
|
| 4 |
+
|
| 5 |
+
## Evaluation context
|
| 6 |
+
|
| 7 |
+
- Engine version: `V55-P0-FACE-ONLY`
|
| 8 |
+
- Pipeline version: `v55-p0-face-only`
|
| 9 |
+
- Location: Not specified
|
| 10 |
+
- Environment: Not specified
|
| 11 |
+
|
| 12 |
+
## Processing metrics
|
| 13 |
+
|
| 14 |
+
| Metric | Value |
|
| 15 |
+
|---|---:|
|
| 16 |
+
| Resolution | 1280 × 720 |
|
| 17 |
+
| Processed frames | 2,661 |
|
| 18 |
+
| Source FPS | 30.000 |
|
| 19 |
+
| Processing FPS | 11.305 |
|
| 20 |
+
| Elapsed seconds | 235.393 |
|
| 21 |
+
| Detected faces | 10,634 |
|
| 22 |
+
| Blurred faces | 10,634 |
|
| 23 |
+
| Rejected regions | 0 |
|
| 24 |
+
| Mean confidence | 0.6373 |
|
| 25 |
+
|
| 26 |
+
### Processing speed
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
### Detection activity
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
### Confidence distribution
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
## Review and intended use
|
| 39 |
+
|
| 40 |
+
Human QA is recommended before production delivery.
|
| 41 |
+
|
| 42 |
+
This report documents an internal engineering evaluation. It is not an independently audited accuracy benchmark.
|
| 43 |
+
|
| 44 |
+
## Known limitations
|
| 45 |
+
|
| 46 |
+
- Very small or distant faces
|
| 47 |
+
- Severe occlusion
|
| 48 |
+
- Motion blur and compression artifacts
|
| 49 |
+
- Difficult low-light scenes
|
| 50 |
+
|
| 51 |
+
## Delivery model
|
| 52 |
+
|
| 53 |
+
Origin Data Lab combines automated anonymization with targeted Human QA to reduce manual workload while preserving delivery quality.
|
charts/confidence_chart.png
ADDED
|
Git LFS Details
|
charts/detection_chart.png
ADDED
|
Git LFS Details
|
charts/fps_chart.png
ADDED
|
Git LFS Details
|
dhaka11_anonymized_v58.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3e5480a7d27913f5952c027330732f3ece0aace13aa35660b146aa317876ae5
|
| 3 |
+
size 109263798
|
public_summary.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "odl-report-v2.1",
|
| 3 |
+
"generated_at_utc": "2026-07-25T07:12:40.502324+00:00",
|
| 4 |
+
"company": "Origin Data Lab",
|
| 5 |
+
"title": "Dhaka 1 Face Anonymization Test - V58",
|
| 6 |
+
"engine_version": "V55-P0-FACE-ONLY",
|
| 7 |
+
"pipeline_version": "v55-p0-face-only",
|
| 8 |
+
"location": "Dhaka, Bangladesh",
|
| 9 |
+
"environment": "Low-light dense urban traffic",
|
| 10 |
+
"input_video": "dhaka1 (1).mp4",
|
| 11 |
+
"anonymized_video": "dhaka11_anonymized_v58.mp4",
|
| 12 |
+
"metrics": {
|
| 13 |
+
"width": 1280,
|
| 14 |
+
"height": 720,
|
| 15 |
+
"source_fps": 30.0,
|
| 16 |
+
"source_frame_count": 2661,
|
| 17 |
+
"processed_frames": 2661,
|
| 18 |
+
"elapsed_seconds": 238.251,
|
| 19 |
+
"processing_fps": 11.169,
|
| 20 |
+
"detected_faces": 10634,
|
| 21 |
+
"blurred_faces": 10634,
|
| 22 |
+
"rejected_regions": 0,
|
| 23 |
+
"detection_rate_per_frame": 3.996242014280346,
|
| 24 |
+
"confidence_count": 10634,
|
| 25 |
+
"confidence_mean": 0.6373450762406763,
|
| 26 |
+
"confidence_min": 0.35005638003349304,
|
| 27 |
+
"confidence_max": 0.9466301798820496,
|
| 28 |
+
"region_types": {
|
| 29 |
+
"face_yunet": 10634
|
| 30 |
+
},
|
| 31 |
+
"settings": {
|
| 32 |
+
"face_confidence": 0.35,
|
| 33 |
+
"margin_ratio": 0.12,
|
| 34 |
+
"pixel_size": 34,
|
| 35 |
+
"blur_kernel": 61,
|
| 36 |
+
"shape": "ellipse",
|
| 37 |
+
"codec": "mp4v",
|
| 38 |
+
"max_frames": 0
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"visual_review_score": null,
|
| 42 |
+
"reviewer_note": "Human QA is recommended for very small, occluded, low-light, or motion-blurred faces.",
|
| 43 |
+
"limitations": [
|
| 44 |
+
"Small faces",
|
| 45 |
+
"Occlusion",
|
| 46 |
+
"Motion blur",
|
| 47 |
+
"Low-light scenes"
|
| 48 |
+
],
|
| 49 |
+
"human_review": "Recommended for production delivery",
|
| 50 |
+
"warnings": []
|
| 51 |
+
}
|
report.html
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Dhaka 1 Face Anonymization Test - V58</title><style>
|
| 2 |
+
body{margin:0;background:#0c111b;color:#edf2f7;font-family:Inter,Arial,sans-serif}main{max-width:1100px;margin:auto;padding:48px 24px}.brand{font-weight:800;letter-spacing:.08em;color:#7dd3fc}h1{font-size:42px;line-height:1.08;margin:14px 0}.sub{color:#aab7c8;max-width:800px}.hero,.panel,section{background:#141c29;border:1px solid #263448;border-radius:18px;padding:28px;margin:22px 0}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:24px}.metric{background:#0e1622;padding:16px;border-radius:12px}.metric span{display:block;color:#94a3b8;font-size:13px}.metric strong{display:block;font-size:22px;margin-top:7px}img{max-width:100%;height:auto;border-radius:12px;background:white}table{width:100%;border-collapse:collapse}td{padding:10px;border-bottom:1px solid #28364a}footer{color:#8290a3;margin-top:36px;font-size:13px}@media(max-width:640px){h1{font-size:32px}}
|
| 3 |
+
</style><style id="v58-gallery-css">
|
| 4 |
+
.showcase-lead {
|
| 5 |
+
margin: 0 0 18px;
|
| 6 |
+
color: #aab7c8;
|
| 7 |
+
line-height: 1.7;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.showcase-card {
|
| 11 |
+
background: #0e1622;
|
| 12 |
+
border: 1px solid #29384d;
|
| 13 |
+
border-radius: 16px;
|
| 14 |
+
padding: 16px;
|
| 15 |
+
margin-top: 18px;
|
| 16 |
+
break-inside: avoid;
|
| 17 |
+
page-break-inside: avoid;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.showcase-card h3 {
|
| 21 |
+
margin: 0 0 8px;
|
| 22 |
+
font-size: 20px;
|
| 23 |
+
color: #edf2f7;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.showcase-card p {
|
| 27 |
+
margin: 0 0 14px;
|
| 28 |
+
color: #94a3b8;
|
| 29 |
+
font-size: 14px;
|
| 30 |
+
line-height: 1.55;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.showcase-image {
|
| 34 |
+
display: block;
|
| 35 |
+
width: 100%;
|
| 36 |
+
border-radius: 12px;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.showcase-labels {
|
| 40 |
+
display: grid;
|
| 41 |
+
grid-template-columns: 1fr 1fr;
|
| 42 |
+
margin-bottom: 8px;
|
| 43 |
+
gap: 8px;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.showcase-label {
|
| 47 |
+
background: #182436;
|
| 48 |
+
border-radius: 8px;
|
| 49 |
+
padding: 8px 12px;
|
| 50 |
+
font-size: 12px;
|
| 51 |
+
font-weight: 700;
|
| 52 |
+
letter-spacing: .08em;
|
| 53 |
+
color: #cbd5e1;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.showcase-label:last-child {
|
| 57 |
+
color: #7dd3fc;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
.showcase-grid {
|
| 61 |
+
display: grid;
|
| 62 |
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
| 63 |
+
gap: 16px;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.showcase-grid .showcase-card {
|
| 67 |
+
margin-top: 0;
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.report-section {
|
| 71 |
+
break-inside: avoid;
|
| 72 |
+
page-break-inside: avoid;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
@media(max-width:760px) {
|
| 76 |
+
.showcase-grid {
|
| 77 |
+
grid-template-columns: 1fr;
|
| 78 |
+
}
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
@media print {
|
| 82 |
+
section,
|
| 83 |
+
.showcase-card,
|
| 84 |
+
.report-section {
|
| 85 |
+
break-inside: avoid;
|
| 86 |
+
page-break-inside: avoid;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.showcase-grid {
|
| 90 |
+
grid-template-columns: 1fr 1fr;
|
| 91 |
+
}
|
| 92 |
+
}
|
| 93 |
+
</style>
|
| 94 |
+
</head><body><main><div class="hero"><div class="brand">ORIGIN DATA LAB</div><h1>Dhaka 1 Face Anonymization Test - V58</h1><p class="sub">Automated privacy processing with targeted Human QA for real-world video data.</p><div class="metrics"><div class="metric"><span>Processed frames</span><strong>2,661</strong></div><div class="metric"><span>Processing FPS</span><strong>11.169</strong></div><div class="metric"><span>Detected faces</span><strong>10,634</strong></div><div class="metric"><span>Blurred faces</span><strong>10,634</strong></div><div class="metric"><span>Mean confidence</span><strong>0.6373</strong></div><div class="metric"><span>Engine</span><strong>V55-P0-FACE-ONLY</strong></div></div></div><section class="report-section" id="representative-examples">
|
| 95 |
+
<h2>Representative Before / After Examples</h2>
|
| 96 |
+
|
| 97 |
+
<p class="showcase-lead">
|
| 98 |
+
Representative frames were selected from different points in the video
|
| 99 |
+
to demonstrate face anonymization under low-light, dense urban traffic,
|
| 100 |
+
occlusion, motion blur, and mixed viewing distances.
|
| 101 |
+
</p>
|
| 102 |
+
|
| 103 |
+
<div class="showcase-card">
|
| 104 |
+
<h3>Primary demonstration — 00:08</h3>
|
| 105 |
+
|
| 106 |
+
<p>
|
| 107 |
+
Close-range riders and visible faces under low-light traffic conditions.
|
| 108 |
+
This frame provides the clearest visual comparison of the face-only
|
| 109 |
+
anonymization result.
|
| 110 |
+
</p>
|
| 111 |
+
|
| 112 |
+
<div class="showcase-labels">
|
| 113 |
+
<div class="showcase-label">BEFORE</div>
|
| 114 |
+
<div class="showcase-label">AFTER — FACE ANONYMIZATION</div>
|
| 115 |
+
</div>
|
| 116 |
+
|
| 117 |
+
<img
|
| 118 |
+
class="showcase-image"
|
| 119 |
+
src="report_assets/before_after_008s.jpg"
|
| 120 |
+
alt="Before and after face anonymization at 8 seconds">
|
| 121 |
+
</div>
|
| 122 |
+
|
| 123 |
+
<h3 style="margin-top:30px;">Additional representative frames</h3>
|
| 124 |
+
|
| 125 |
+
<div class="showcase-grid">
|
| 126 |
+
|
| 127 |
+
<div class="showcase-card">
|
| 128 |
+
<h3>00:03</h3>
|
| 129 |
+
|
| 130 |
+
<p>
|
| 131 |
+
Early dense-traffic scene with multiple visible road users.
|
| 132 |
+
</p>
|
| 133 |
+
|
| 134 |
+
<div class="showcase-labels">
|
| 135 |
+
<div class="showcase-label">BEFORE</div>
|
| 136 |
+
<div class="showcase-label">AFTER</div>
|
| 137 |
+
</div>
|
| 138 |
+
|
| 139 |
+
<img
|
| 140 |
+
class="showcase-image"
|
| 141 |
+
src="report_assets/before_after_003s.jpg"
|
| 142 |
+
alt="Before and after face anonymization at 3 seconds">
|
| 143 |
+
</div>
|
| 144 |
+
|
| 145 |
+
<div class="showcase-card">
|
| 146 |
+
<h3>00:08</h3>
|
| 147 |
+
|
| 148 |
+
<p>
|
| 149 |
+
Close-range faces demonstrating clear anonymization coverage.
|
| 150 |
+
</p>
|
| 151 |
+
|
| 152 |
+
<div class="showcase-labels">
|
| 153 |
+
<div class="showcase-label">BEFORE</div>
|
| 154 |
+
<div class="showcase-label">AFTER</div>
|
| 155 |
+
</div>
|
| 156 |
+
|
| 157 |
+
<img
|
| 158 |
+
class="showcase-image"
|
| 159 |
+
src="report_assets/before_after_008s.jpg"
|
| 160 |
+
alt="Before and after face anonymization at 8 seconds">
|
| 161 |
+
</div>
|
| 162 |
+
|
| 163 |
+
<div class="showcase-card">
|
| 164 |
+
<h3>00:30</h3>
|
| 165 |
+
|
| 166 |
+
<p>
|
| 167 |
+
Mid-video urban scene with mixed-distance faces and moving traffic.
|
| 168 |
+
</p>
|
| 169 |
+
|
| 170 |
+
<div class="showcase-labels">
|
| 171 |
+
<div class="showcase-label">BEFORE</div>
|
| 172 |
+
<div class="showcase-label">AFTER</div>
|
| 173 |
+
</div>
|
| 174 |
+
|
| 175 |
+
<img
|
| 176 |
+
class="showcase-image"
|
| 177 |
+
src="report_assets/before_after_030s.jpg"
|
| 178 |
+
alt="Before and after face anonymization at 30 seconds">
|
| 179 |
+
</div>
|
| 180 |
+
|
| 181 |
+
<div class="showcase-card">
|
| 182 |
+
<h3>01:01</h3>
|
| 183 |
+
|
| 184 |
+
<p>
|
| 185 |
+
Later low-light scene containing partial occlusion and complex traffic.
|
| 186 |
+
</p>
|
| 187 |
+
|
| 188 |
+
<div class="showcase-labels">
|
| 189 |
+
<div class="showcase-label">BEFORE</div>
|
| 190 |
+
<div class="showcase-label">AFTER</div>
|
| 191 |
+
</div>
|
| 192 |
+
|
| 193 |
+
<img
|
| 194 |
+
class="showcase-image"
|
| 195 |
+
src="report_assets/before_after_061s.jpg"
|
| 196 |
+
alt="Before and after face anonymization at 61 seconds">
|
| 197 |
+
</div>
|
| 198 |
+
|
| 199 |
+
</div>
|
| 200 |
+
</section><section><h2>Processing speed</h2><img src="charts/fps_chart.png" alt="Processing speed"></section><section><h2>Detection activity</h2><img src="charts/detection_chart.png" alt="Detection activity"></section><section><h2>Confidence distribution</h2><img src="charts/confidence_chart.png" alt="Confidence distribution"></section><section><h2>Evaluation context</h2><table><tr><td>Pipeline</td><td>v55-p0-face-only</td></tr><tr><td>Location</td><td>Dhaka, Bangladesh</td></tr><tr><td>Environment</td><td>Low-light dense urban traffic</td></tr><tr><td>Reviewer note</td><td>Human QA is recommended for very small, occluded, low-light, or motion-blurred faces.</td></tr></table></section><section><h2>Responsible reporting</h2><p>This is an internal engineering evaluation, not an independently audited accuracy benchmark. Final production delivery should include Human QA for difficult scenes.</p></section><footer>Generated by Origin Data Lab Report Generator V2.1 Stable.</footer></main></body></html>
|
report_assets/after_003s.jpg
ADDED
|
Git LFS Details
|
report_assets/after_008s.jpg
ADDED
|
Git LFS Details
|
report_assets/after_030s.jpg
ADDED
|
Git LFS Details
|
report_assets/after_061s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_003s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_008s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_030s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_061s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_after.jpg
ADDED
|
Git LFS Details
|
report_assets/before_after_003s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_after_008s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_after_030s.jpg
ADDED
|
Git LFS Details
|
report_assets/before_after_061s.jpg
ADDED
|
Git LFS Details
|
report_assets/thumbnail.jpg
ADDED
|
|
Git LFS Details
|
technical_report.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:993c925853b46231d9c998a8bab01f743994446da826adfb7ed79041b298459a
|
| 3 |
+
size 1054006
|