Unverified Commit 328c06f9 authored by narugo1992's avatar narugo1992 Committed by GitHub
Browse files

Merge pull request #97 from deepghs/dev/eva2

dev(narugo): add support for eva02 large tagger model
parents 0438c235 a6f91001
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -59,10 +59,11 @@ if __name__ == '__main__':
            ('wd14-convnextv2', Wd14Benchmark("ConvNextV2")),
            ('wd14-vit', Wd14Benchmark("ViT")),
            ('wd14-moat', Wd14Benchmark("MOAT")),
            ('wd14-swinv2-v3', Wd14Benchmark("SwinV2_v3")),
            ('wd14-vit-v3', Wd14Benchmark("ViT_v3")),
            ('wd14-convnext-v3', Wd14Benchmark("ConvNext_v3")),
            ('wd14-vit-large-tagger-v3', Wd14Benchmark("ViT_Large")),
            ('wd-swinv2-v3', Wd14Benchmark("SwinV2_v3")),
            ('wd-vit-v3', Wd14Benchmark("ViT_v3")),
            ('wd-convnext-v3', Wd14Benchmark("ConvNext_v3")),
            ('wd-vit-large-tagger-v3', Wd14Benchmark("ViT_Large")),
            ('wd-eva02-large-tagger-v3', Wd14Benchmark("EVA02_Large")),
            ('mldanbooru', MLDanbooruBenchmark()),
        ],
        title='Benchmark for Tagging Models',
+788 −778

File changed.

Preview size limit exceeded, changes collapsed.