MegReader
MegReader copied to clipboard
EAST detection yaml file ?
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!
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