DeepDanbooru icon indicating copy to clipboard operation
DeepDanbooru copied to clipboard

AI based multi-label girl image classification system, implemented by using TensorFlow.

Results 32 DeepDanbooru issues
Sort by recently updated
recently updated
newest added

Is it possible to somehow tell AI to draw a body bones after it detect any kind of known pose on the picture? Or its don't search pose matches and...

This PR would allow running DD in a 'server' mode to accept HTTP requests to evaluate images. The motivation here is to leverage DD as a resource for other applications/services...

Since danbooru has added a new rating tag called sensitive, and latest pre-trained model doesn't include it I wanted to train my own model. I'm not sure on how to...

I deployed the project locally, but after I used ‘deepdanbooru evaluate.......’, I found that the result was just printed in cmd. How to save the results separately as the corresponding...

Hi!. I want to ask about model. I recognize model of deepdanbooru is used resnet isn't ok.

How to compile this lib into C++?

The dataset I am using to build the tag database and tags.txt has some letters that deepdanbooru crashes on. Specifically in my case, it does not like the letter `ō`,...

Is there any docker image with some kind of HTTP API (like your demo)? If there is none I would like to make one, but I have zero knowledge in...

I added some useful options * JSON file Export - tag_name: rating * Save exported JSON/TXT files to another directory to prevent ingesting on a restart * Added a no...

Simple fix for the following `UnicodeEncodeError` error: ```bash File "..\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 25-26: character maps to ``` The...