microsoft / OCR-Form-Tools

A set of tools to use in Microsoft Azure Form Recognizer and OCR services.
MIT License
511 stars 174 forks source link

Issues with Tools and generated models in version 2.1-preview.3 #906

Closed alegarro closed 3 years ago

alegarro commented 3 years ago

Hi,

We have a project and use the version with :latest-preview tag in the docker image, and a past few days was updated to the version 2.1-preview.3, after that we have a lot of issues with previous generated models, in the tool and using the generated models with the API.

Our process was the following:

We reuse the labels of the images created with the preview.1 and preview.2 version, after that retrain the model, and test a few images to get the fails in the model, after that I added the image to the training set, and change some autoset labels to another texts, and try to get a new trained model, but in some cases gets the following error:

image

We get a lot of "Generic Error" try to training, and we can't get a new model.

In another cases, we get an in apparience good trained model, but when we try to use with the 2.1preview API, we get the same "Generic Error".

After downgrade to the preview.2 tool version, all the issues dissapear and we can get new models, and the models are properly used by the API.

Is any problem with the preview.3 version, or perhaps needs to delete all the labels and start again with the labeling and training, or same of our process is wrong?

Thanks in advance.

tchekjunior commented 3 years ago

hello, I have same problem with 2.1-preview.3 release. azure SDK still seems to target 2.1-preview.2 release.

alegarro commented 3 years ago

After create a new project and relabel the documents that I have, all start to work again. Close de Issue.