How to "reset" Recognize and start from scratch

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:

  1. clear all currently scheduled background jobs:

occ recognize:clear-background-jobs

(and wait for any currently running cron.php instances to stop)

  1. delete all faces and face clusters:

occ recognize:reset-faces

  1. remove all tags from files tagged by recognize:

occ recognize:reset-tags

  1. (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

:blue_heart:

(The appconfig flags you mentioned are only there for debugging purposes)

4 Likes