steelbench commited on
Commit
6ad543e
·
verified ·
1 Parent(s): 49915ed

Update data/anonymization_report.json (v1.1.0 on-pixel anonymization)

Browse files
Files changed (1) hide show
  1. data/anonymization_report.json +48 -7
data/anonymization_report.json CHANGED
@@ -1,9 +1,50 @@
1
  {
2
- "total_frames": 10760,
3
- "frames_with_faces": 518,
4
- "faces_blurred": 519,
5
- "detection_rate": "4.81%",
6
- "method": "mediapipe",
7
- "confidence_threshold": 0.3,
8
- "note": "At 7-10m surveillance distance, faces are <20px. Low detection rate is expected."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "version": "1.1.0",
3
+ "updated": "2026-05-15T05:34:28.466141+00:00",
4
+ "frames_jpg": {
5
+ "total_frames": 10760,
6
+ "face_blur_method": "MediaPipe long-range face detector + GaussianBlur(99x99, sigma=30) + 20% padding",
7
+ "face_detection_threshold": 0.3,
8
+ "frames_with_faces": 518,
9
+ "faces_blurred": 519,
10
+ "face_detection_rate": "4.81%",
11
+ "text_blur_method": "EasyOCR (English + Hindi/Devanagari) + GaussianBlur(51x51) + 8px padding",
12
+ "text_blur_threshold": 0.2,
13
+ "frames_with_text_blur": 10616,
14
+ "sensitive_text_regions_blurred": 12573,
15
+ "overlay_band_regions_blurred": 10229,
16
+ "overlay_band_definition": "top 80px and bottom 80px of every frame; ALL detected text in these bands is blurred",
17
+ "sensitive_patterns": [
18
+ "Brand: SAIL, BSL, Steel Authority",
19
+ "Location: Bokaro, Jharkhand, India(n), Hindi/Devanagari script",
20
+ "Other Indian steel plants: IISCO, Durgapur, Bhilai, Rourkela, Jamshedpur",
21
+ "Area cues: Go Down (any spelling)",
22
+ "CCTV timestamp formats (DD/MM/YYYY, HH:MM:SS, etc.)",
23
+ "Camera ID patterns (CAM/CH/Camera + digits)"
24
+ ],
25
+ "elapsed_sec": 3932.2
26
+ },
27
+ "sample_mp4s": {
28
+ "total_mp4s": 50,
29
+ "total_frames_processed": 13714,
30
+ "face_blurs": 19306,
31
+ "sensitive_text_blurs": 3347,
32
+ "overlay_band_blurs": 2363,
33
+ "audio": "stripped (no audio track in re-encoded mp4s)",
34
+ "ocr_every_n_frames": 5,
35
+ "elapsed_sec": 1827.4
36
+ },
37
+ "metadata_scrubs": {
38
+ "annotations_text_scrubbed": "6 annotations had 'Go Down' references in scene_description; replaced with 'Warehouse South Side'",
39
+ "manifest_rows_renamed": "224 batch_manifest.csv rows had work_area='Go Down South Side' renamed to 'Warehouse South Side'",
40
+ "camera_zones_rows_renamed": "1 row in camera_zones.csv had work_area renamed",
41
+ "sail_railcar_id_removed": "1 annotation (clip_Tippler_1&2_WT2-LOAD_SIDE_20251126_000045_0003) had visible_equipment SAIL railcar number removed",
42
+ "clip_ids_unchanged": "97 clip_ids containing 'Go_Down' were intentionally NOT renamed to preserve reproducibility against eval result files; the on-pixel pass blurs the visible signage"
43
+ },
44
+ "limitations": [
45
+ "OCR recall is bounded; small or low-contrast text (especially partially occluded signage) may be missed",
46
+ "Frames where Hindi script is mixed with English (Hinglish) may have partial detection",
47
+ "MediaPipe face detection is bounded; faces <20px or non-frontal may not be blurred",
48
+ "The 50 sample mp4s were re-anonymized at a 1-in-5 frame OCR cadence (face blur runs on every frame); sub-second signage flashes may persist"
49
+ ]
50
  }