OJ-1 commited on
Commit
5b259ab
·
verified ·
1 Parent(s): 608714f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 a paper showing image models trained on a lot of q=75 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).
 
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).