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

Have you tried to split the system label and text label to form a multi-output model with different tasks? How many epochs did you end up training before the model...

Is there an estimate for how many images this model was trained on? I have access to a lot of compute, so I was trying to see if there was...

Hi, I love your project. Could you please provide some benchmark (accuracy, f1, etc) about the latest pretrained model in the release? That will be a great help because I...

This works on boys, why does the README say this is only for anime girls? ![A screenshot of the DeepDanbooru web classifier correctly classifying a boy.](https://user-images.githubusercontent.com/23086727/150650111-3135f750-a00f-43ba-82b5-59dbc7a108e8.png)

Hi, Your project is very impressive and i am trying to re-train the model used my own dataset. Since the distribution of tags is extremely unbalanced so i chose to...

Example: ![example](https://user-images.githubusercontent.com/17017672/153429894-aec78d98-a639-45f0-a04c-b8bd4c7ee26e.jpg) its tags ``` (0.981) 1girl (0.999) ! (0.969) !! (1.000) argyle (1.000) argyle_background (1.000) argyle_legwear (0.634) ball (0.674) bandaid (0.595) bandaid_on_arm (0.881) bat_print (0.554) bathtub (0.953) bishop_(chess) (0.872)...

Hi, I'm deeply impressed by your project and want to devote your model to my PyTorch project. But when I used PyTorch to reproduce your project, my model performs much...

It would be easy to break such a system and cause mis-tagging by using these libraries as a demonstration on the weakness of using NN for automated image tagging. -...

enhancement

#### Issue and Resolution `deepdanbooru.project.load_project` still loads tags using `dd.data.load_tags_from_project`; as far as I can tell this should simply be updated to `load_tags_from_project` now that the function has been moved...

enhancement

### convert saved model to tflite basic usage: ```bash deepdanbooru conv2tflite --project-path path --save-path xxx.tflite ``` ### set tf log level to FATAL by default This is for muting annoying...