No project description provided
Project description
wdtagger
wdtagger
is a simple and easy-to-use wrapper for the tagger model created by SmilingWolf which is specifically designed for tagging anime illustrations.
Installation
You can install wdtagger
via pip:
pip install wdtagger
Usage
Below is a basic example of how to use wdtagger in your project:
from PIL import Image
from wdtagger import Tagger
tagger = Tagger() # You can provide the model_repo, the default is "SmilingWolf/wd-swinv2-tagger-v3"
image = Image.open("image.jpg")
result = tagger.tag(image)
print(result)
You can input a image list to the tagger to use batch processing, it is faster than single image processing (test on RTX 3090):
---------------------------------------------------------------------------------- benchmark 'tagger': 5 tests -----------------------------------------------------------------------------------
Name (time in ms) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_tagger_benchmark[16] 540.8711 (1.0) 598.5156 (1.04) 558.2777 (1.0) 22.2954 (4.10) 549.9650 (1.0) 21.7318 (2.51) 2;2 1.7912 (1.0) 10 1
test_tagger_benchmark[8] 558.9445 (1.03) 576.7220 (1.0) 567.9235 (1.02) 5.4381 (1.0) 568.7336 (1.03) 8.6569 (1.0) 2;0 1.7608 (0.98) 10 1
test_tagger_benchmark[4] 590.6479 (1.09) 626.7126 (1.09) 597.9712 (1.07) 11.0124 (2.03) 594.5067 (1.08) 10.7656 (1.24) 1;1 1.6723 (0.93) 10 1
test_tagger_benchmark[2] 622.8689 (1.15) 643.5122 (1.12) 630.1096 (1.13) 7.2365 (1.33) 627.1716 (1.14) 9.5823 (1.11) 3;0 1.5870 (0.89) 10 1
test_tagger_benchmark[1] 700.6986 (1.30) 816.3089 (1.42) 721.7431 (1.29) 33.9031 (6.23) 712.6850 (1.30) 12.8756 (1.49) 1;1 1.3855 (0.77) 10 1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wdtagger-0.10.2.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file wdtagger-0.10.2.tar.gz
.
File metadata
- Download URL: wdtagger-0.10.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c69cdd2525fa7125417fdc5de3550091e2f2c2744601d1204ef7dc6aea911b8 |
|
MD5 | 316bf43bf0ce9426e7620413bf90516d |
|
BLAKE2b-256 | 1e20dd51dcfb2de2987e0ba43163ebbbbcf2e9833a0920e660042b05f03660c9 |
File details
Details for the file wdtagger-0.10.2-py3-none-any.whl
.
File metadata
- Download URL: wdtagger-0.10.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a35297e70770910922f449db44f8c03637740c8dee421121a0c60ea7784b7606 |
|
MD5 | ede81c065374d938133ea6f3224cec2d |
|
BLAKE2b-256 | a8e9906ef4f3733f489359ea91c4bda95a58c3205096731e1b05d1614bcfd9ae |