How do you "factory" reset? (and a few other questions) #626
-
This has probably been asked before, but I can't seem to find a definitive answer on how to perform a full reset of the application (as in, how do I make it, so it's like I installed the app for the first time), including all tags, faces and so on. I was organizing the recognized faces (I only use the face recognition) and because I didn't understand the "Merge with different Person" command I merged two people instead of just the photos I selected. My thought process was, that if I remove the whole person, the images will be reclassified on the next run, but after doing some research here, I wasn't so sure anymore. So I did what I do best: I ran all the resetting commands available in the Admin Settings UI and with "occ recognize" hoping to do a full rerun. Since nothing was happening, I went back to GitHub and did some more reading and just got more confused. So what I'm asking myself is:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I would also like this kind of info. I've had several issues with Recognize in the few months that I've been trying it. Some or all of these issues could be due to me miss-configuring things, or Nextcloud bugs. So I'm not pointing any fingers at anyone. But as everyone knows, "rebooting" is helpful. Both for fixing reoccurring issues, and for troubleshooting root causes. It would be helpful to have a little more clarity on the occ Recognize commands available to users now. And if a user would like to tinker, what's the proper way of fully resetting or removing the Recognize app? The goal would be to let users do some trial-and-error without fear of corrupting the rest of their Nextcloud installation. |
Beta Was this translation helpful? Give feedback.
-
There are two stacks of face detections other than the face clusters you can see in the photos app:
When you delete a person / face cluster from your photos, those face detections end up on the rejected face detections stack. When you remove a face detection from a person / face cluster, it lands on the "fresh" detections pile with a small annotation to make sure it doesn't end up with the same wrong person again. When face clustering runs, it will take as many detections from the "fresh" pile as it can, and mix in a smaller, random selection from the "rejected" pile to try and get those detections assigned to a cluster.
The numbers have no meaning. Feel free to ignore them. How do I go about resetting the database safely?Faces
Object detection, Landmarks detection, music and video recognition
Background jobs
|
Beta Was this translation helpful? Give feedback.
-
Does "occ recognize:classify" reclassify all files, even if they have been classified before, or does it skips files that have already been classified previously? |
Beta Was this translation helpful? Give feedback.
There are two stacks of face detections other than the face clusters you can see in the photos app:
When you delete a person / face cluster from your photos, those face detections end up on the rejected face detections stack. When you remove a face detection from a person / face cluster, it lands on the "fresh" detections pile with a small annotation to make sure it doesn't end up with the same wrong person again.
When face clustering runs, it will take as …