You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Use facial recognition to automatically identify who is in images or scene screenshots from the performers already in your Stash library.
3
+
version: 1.0
4
+
url: https://github.com/axxeman23/star_identifier
5
+
exec:
6
+
- python
7
+
- "{pluginDir}/py_plugins/star_identifier.py"
8
+
interface: raw
9
+
tasks:
10
+
- name: Export Performers
11
+
description: Run this first! Exports current performer images and adds them to an encoding file for recognition.
12
+
defaultArgs:
13
+
mode: export_known
14
+
- name: Identify Images
15
+
description: Compares images tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the images.
16
+
defaultArgs:
17
+
mode: identify_imgs
18
+
- name: Identify Scene Screenshots
19
+
description: Compares scene screenshots tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the scenes.
0 commit comments