This is not the case. Letās avoid spreading falsehoods and ask questions before drawing conclusions.
There is an easily available hard reset and itās even documented in the admin settings of recognize:
In order to reset recognize:
- clear all currently scheduled background jobs:
occ recognize:clear-background-jobs
(and wait for any currently running cron.php instances to stop)
- delete all faces and face clusters:
occ recognize:reset-faces
- remove all tags from files tagged by recognize:
occ recognize:reset-tags
- (optionally) Delete all tags used by recognize
occ recognize:cleanup-tags
Then, to trigger the background-job crawler for all files again, run
occ recognize:recrawl
or run
occ recognize:classify
which will do a full synchronous run over all files and will take a long time.
If these steps donāt work, the next step is to file an issue on GitHub - nextcloud/recognize: š š Smart media tagging for Nextcloud: recognizes faces, objects, landscapes, music genres
(The appconfig flags you mentioned are only there for debugging purposes)