KichangKim / DeepDanbooru

AI based multi-label girl image classification system, implemented by using TensorFlow.
MIT License
2.58k stars 258 forks source link

Does "deepdanbooru-v3-20211112-sgd-e28" contain nsfw tags? #97

Closed HuyNguyen1590 closed 1 year ago

HuyNguyen1590 commented 1 year ago

I love this project but i don't know if this trained model contain nsfw tags.

KichangKim commented 1 year ago

You can use system tags like these

rating:safe
rating:questionable
rating:explicit
HuyNguyen1590 commented 1 year ago

I mean my image may contain some nsfw tags. How can i hide those tags?

KichangKim commented 1 year ago

In project folder, it contains tags.txt file. So you can replace tags to like REMOVED_TAG, and you can ignore REMOVED_TAG tag in your application.

(You should not remove tag from tags.txt. Its line number has important meaning.)

HuyNguyen1590 commented 1 year ago

This solution sound great! Thanks for your help.