EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

using custom detection model instead of CRAFT

Open amroghoneim opened this issue 4 years ago • 1 comments

Hello, I am currently in the process of training a custom detection model with different architecture from that of CRAFT. Does easyOCR require only using CRAFT or is it easy to replace it with my own(such as loading it from a directory)?

amroghoneim avatar Apr 14 '22 10:04 amroghoneim

same question

huynhkhoa44 avatar May 24 '22 04:05 huynhkhoa44

@huynhkhoa44 We did eventually use our own detection model. We made sure to send the output of that model to have the same format needed by the recognize method input and that's it.

Just noticed your comment so thought I'd share with you even though I don't think you need it now.

amroghoneim avatar Nov 30 '22 19:11 amroghoneim