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
Copy file name to clipboardExpand all lines: plugins/starIdentifier/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Star Identifier uses [facial recognition](https://github.com/ageitgey/face_recog
9
9
## Requirements
10
10
11
11
### Python3
12
+
__version: 3.10.x +__
12
13
13
14
#### Installing Python
14
15
@@ -66,6 +67,10 @@ Star Identifier uses a tag to find images or scenes you would like identified. B
66
67
67
68
Since the recognition is based on a single performer image, that image needs to have a pretty clear front-facing view of the performer's face. If face_recognition fails to find a performer's face, Star Identifier will tag that performer with `star identifier performer error` by default.
68
69
70
+
### Star Identifier Settings
71
+
72
+
You can adjust the tolerance for identification here. `0.6` is default and typical, but I've found `0.5` to work well. Lower is more strict.
73
+
69
74
## Running
70
75
71
76
### Export Performers
@@ -80,4 +85,8 @@ This loads all images in the stash database tagged with `star identifier` (by de
80
85
81
86
### Identify Scene Screenshots
82
87
83
-
This loads all scene screenshots in the stash database tagged with `star identifier` (by default), compares the recognized faces to the exported face database, and then adds all potential matches to those scenes as performers.
88
+
This loads the screenshot for every scene in the stash database tagged with `star identifier` (by default), compares the recognized faces to the exported face database, and then adds all potential matches to those scenes as performers.
89
+
90
+
## Upcoming roadmap
91
+
92
+
See [issues](https://github.com/axxeman23/star_identifier/issues)
0 commit comments