mjq11302010044 / RRPN_plusplus

RRPN++: Guidance Towards More Accurate Scene Text Detection
89 stars 13 forks source link

ModuleNotFoundError: No module named 'maskrcnn_benchmark.data.datasets.coco_text' #2

Closed Shualite closed 4 years ago

Shualite commented 4 years ago

I found coco_text file is empty, when i try to train it by end-to-end.

rrpn_e2e_series.py line 20.

mjq11302010044 commented 4 years ago

@Shualite Thanks for your report, we are working on it. But you can also clone it from the original repo of coco-text https://github.com/andreasveit/coco-text, and to put it in the correct folder.

Shualite commented 4 years ago

thx.