Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Tagging Images using Neural Net #415

Open
eloiselle opened this issue Aug 16, 2023 · 1 comment
Open

[Feature] Tagging Images using Neural Net #415

eloiselle opened this issue Aug 16, 2023 · 1 comment
Labels
plugin-idea Feature requests that are better served as a plugin

Comments

@eloiselle
Copy link

eloiselle commented Aug 16, 2023

Is your feature request related to a problem? Please describe.
I've been going ham trying to fill my stash app with a bunch of pictures, but since I've been downloading from multiple sources, it's very hard to track and tag every picture with it's contents. If you know what kind of content you're feeling like "watching", this is a concise way to organize your library.

Describe the solution you'd like
I've been doing some research, and I know it's a big endeavor, but amongst all the NSFW classifier projects, this one stood out: NudeNet

A big feature of this one seems to be its ability to classify pictures into a bunch of categories, for example:

class name Description
EXPOSED_BELLY Exposed Belly; Any gender
EXPOSED_BUTTOCKS Exposed Buttocks; Any gender
EXPOSED_BREAST_F Exposed Breast; Female
EXPOSED_GENITALIA_F Exposed Genitalia; Female
EXPOSED_GENITALIA_M Exposed Genitalia; Male
EXPOSED_BREAST_M Exposed Breast; Male

Describe alternatives you've considered
I've been trying to get this one to work so it could organize my pictures into folders with the above classes, to no great success so far. It would probably be less complicated to setup, but I thought I should bring this up.

I've also taken a look at a bunch of projects incorporating NudeNet's code (see this search result), but none of them seem to do quite the task I want them to do.

Additional context
I've been looking at this issue for quite a while now, yet there hasn't been much work put into such a feature. Most NSFW classifiers out there are specifically to identify if something is SFW / NSFW, instead of organizing WHY they're NSFW.

If anyone has ideas about how this problem could be solved, feel free to let me know. I mostly want to open a conversation about this topic.

[Edit]
Seeing other feature requests, I feel like this would probably be a plugin of some sort?

@stg-annon
Copy link
Contributor

There is an effort to do things like this on the Discord look for the channel #ai-recog-tagging however I do not see this being built into Stash directly but rather as a Plugin as a couple of tools currently are, see StashTag as an example

@eloiselle eloiselle closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2023
@DogmaDragon DogmaDragon transferred this issue from stashapp/stash Aug 21, 2024
@DogmaDragon DogmaDragon added the plugin-idea Feature requests that are better served as a plugin label Aug 21, 2024
@DogmaDragon DogmaDragon reopened this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin-idea Feature requests that are better served as a plugin
Projects
None yet
Development

No branches or pull requests

3 participants