How to use Text Detection Advanced_EAST with OpenCV DNN
Hi, Advanced_EAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate . I want to call Advanced_EAST with OpenCV DNN just like EAST. I tried many ways but I failed. Can you help me? You can find Advanced_EAST here: https://github.com/huoyijie/AdvancedEAST , and my .pb model is here: https://drive.google.com/open?id=1CQ7.... Thanks!
Have you solved it?