Update app.py
Browse files
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
|