We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946db2d commit 0b407eeCopy full SHA for 0b407ee
1 file changed
src/om1_vlm/anonymizationSys/face_recog_stream/run.py
@@ -91,6 +91,9 @@
91
# upload an existing image to raw, then refresh/align/embed
92
./teach_face.sh upload wendy /abs/path/to/image.jpg
93
94
+# delete multiple person identity from gallery
95
+./teach_face.sh delete wendy alice bob
96
+
97
Notes
98
-----
99
- The script targets the same HTTP service this process starts (e.g. http://127.0.0.1:6791).
0 commit comments