eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.44k stars 1.34k forks source link

from lib.utils.bbox import bbox_overlaps, bbox_intersections ModuleNotFoundError: No module named 'lib.utils.bbox' #290

Open KamalAmarouche opened 5 years ago

KamalAmarouche commented 5 years ago

I'm using python 3.6 Windows 10. I have the problem to import bbox_overlaps, bbox_intersections from lib.utils.bbox

from lib.utils.bbox import bbox_overlaps, bbox_intersections ????

NanGC commented 5 years ago

i have the same problem.may i ask if you have solve the problem?