Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,6 @@ pipeline_tag: image-classification
|
|
| 5 |
|
| 6 |
A tiny 230K param, opinionated image compression classifier. CNN. Trained on JPEG, JXL, AVIF, WEBP and PNG. Hits 94.3% accuracy on the task.
|
| 7 |
|
| 8 |
-
Attempts to flags images below q=80 for JPEG and below 65 for the rest. This was driven by
|
| 9 |
|
| 10 |
Training was 128x128 patches + multi-scale high freq residuals. DCT aware 8x8 stem and dual heads (binary acceptable/not + codec classifier).
|
|
|
|
| 5 |
|
| 6 |
A tiny 230K param, opinionated image compression classifier. CNN. Trained on JPEG, JXL, AVIF, WEBP and PNG. Hits 94.3% accuracy on the task.
|
| 7 |
|
| 8 |
+
Attempts to flags images below q=80 for JPEG and below 65 for the rest. This was driven by research showing image models trained on many q=75 JPEGS had massive performance penalties.
|
| 9 |
|
| 10 |
Training was 128x128 patches + multi-scale high freq residuals. DCT aware 8x8 stem and dual heads (binary acceptable/not + codec classifier).
|