KichangKim / DeepDanbooru

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HuyNguyen1590 opened this issue · comments

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

You can use system tags like these

rating:safe
rating:questionable
rating:explicit

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

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.)

This solution sound great! Thanks for your help.