paddleocr, how to training own dataset
I using PaddleOCR for project and get trained_model at https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_en/models_list_en.md. but noting change.
So I hope to training own dataset.
There are image,box(x,y,width,height),text in my dataset.
but I don’t know the data structure for fine tuning and what code to run.
Thank you and have a good day.
paddleocr(TypeError: __call__() takes from 2 to 3 positional arguments but 4 were given)
it’s work when I use same code with pip install paddlepaddle but it make error when I use git clone.