MegReader icon indicating copy to clipboard operation
MegReader copied to clipboard

EAST detection yaml file ?

Open ASDen opened this issue 6 years ago • 1 comments

Hi,

I managed to get the released Differentiable Binarization detection yaml working well, however, EAST doesn't seem to follow directly from this, any plans for releasing a sample yaml file for EAST ?

Thanks!

ASDen avatar Jan 01 '20 05:01 ASDen

It looks like the currently included EAST implementation is not complete / up to date

  • The interface for EAST (MakeEASTData, EASTDecoder) is different / not compatible with the used interface in the working DB example (MakeSegDetectionData, SegDetector) (I can see Text Snake also suffers from the same problem)
  • I can't find any NMS implementation in the repo currently, though NMS is crucial for EAST

I hope this can be fixed and an updated working version is provided asap Thanks

ASDen avatar Jan 03 '20 18:01 ASDen