wuhp commited on
Commit
f068ffa
Β·
verified Β·
1 Parent(s): cb23c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -1,16 +1,3 @@
1
- """
2
- app.py – Roboflow‑aware YOLOv8 Dataset Quality Evaluator (v3)
3
-
4
- Changelog (2025‑04‑17)
5
- ──────────────────────
6
- β€’ **YOLO model caching** to avoid repeated loads
7
- β€’ **Exposed thresholds** (blur, IOU, confidence) as Gradio sliders
8
- β€’ **Config dataclass** for unified settings
9
- β€’ **Cleanlab integration** for label-issue detection
10
- β€’ **Parallel label parsing** and expanded caching
11
- β€’ **Adjusted QC weights** to include Label Issues stage
12
- """
13
-
14
  from __future__ import annotations
15
 
16
  import imghdr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  from __future__ import annotations
2
 
3
  import imghdr