version: v0.14.0
This commit is contained in:
parent
094960e721
commit
8c8ca21b3d
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "wdtagger"
|
||||
version = "0.13.2"
|
||||
version = "0.14.0"
|
||||
description = "A simple and easy-to-use wrapper for the tagger model created by [SmilingWolf](https://github.com/SmilingWolf) which is specifically designed for tagging anime illustrations."
|
||||
authors = [{ name = "Jianqi Pan", email = "jannchie@gmail.com" }]
|
||||
readme = "README.md"
|
||||
|
7
temp.py
Normal file
7
temp.py
Normal file
@ -0,0 +1,7 @@
|
||||
from wdtagger import Tagger
|
||||
|
||||
tagger = Tagger()
|
||||
|
||||
|
||||
resp = tagger.tag("./tests/images/GkZFQ-_WwAAeNlO.jpg", character_threshold=0.85, general_threshold=0.35)
|
||||
print(resp.character_tags)
|
BIN
tests/images/GkZFQ-_WwAAeNlO.jpg
Normal file
BIN
tests/images/GkZFQ-_WwAAeNlO.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 706 KiB |
Loading…
x
Reference in New Issue
Block a user