narugo commited on
Commit
e2039ca
·
1 Parent(s): e4a2ac8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
 
12
  The models used for determining whether an anime image is monochrome have a training size of 384.
13
 
14
- | Model | FLOPs | Confusion Matrix | Description |
15
- |:------------:|:------:|:--------------------------------------------------------------------------------------------------:|-------------------------------|
16
- | caformer_s36 | 22.10G | ![](https://huggingface.co/deepghs/monochrome_detect/resolve/main/caformer_s36/plot_confusion.png) | Model: caformer_s36 from timm |
 
 
 
11
 
12
  The models used for determining whether an anime image is monochrome have a training size of 384.
13
 
14
+ | Model | FLOPs | Confusion Matrix | Description |
15
+ |:---------------------------:|:------:|:-----------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------|
16
+ | caformer_s36 | 22.10G | ![](https://huggingface.co/deepghs/monochrome_detect/resolve/main/caformer_s36/plot_confusion.png) | Model: caformer_s36 from timm |
17
+ | mobilenetv3_large_100 | 0.63G | ![](https://huggingface.co/deepghs/monochrome_detect/resolve/main/mobilenetv3_large_100/plot_confusion.png) | Model: mobilenetv3_large_100 from timm |
18
+ | mobilenetv3_large_100_safe2 | 0.63G | ![](https://huggingface.co/deepghs/monochrome_detect/resolve/main/mobilenetv3_large_100_safe2/plot_confusion.png) | Model: mobilenetv3_large_100 from timm, which have better precision and lower recall than mobilenetv3_large_100 |