Run re-recognition both for detection and recognitions#259
Conversation
|
The original
Your replacement calls |
|
Hi @GreatV , Here is my use case: I do the labeling for some amount of time and then do the training and get a new model for detection and recognition. When I open up the PPOCRLabel with the new models I would like to see how it performs on the pages that are How do you or most people use the When the user hit the shortcut for |
|
Hi @MuhammedOzdogan, I think we can solve this without changing the core behavior of reRecognition. The underlying issue is that PPOCRLabel caches auto-detection results, so even with a new model, it reloads the old boxes. A simpler and safer approach is clear the cache and re-open the image. PPOCRLabel stores cached results in files like |
|
Hi @GreatV, I tried your method and deleted the I think it's not too much to ask for feature/bugfix to run detection / recognition model in a particular image only. Deleting |
…d for autoRecognition of current image only
|
Hi @GreatV, I've restored the Please review when you have a chance. Thanks! |
Resolves #258