text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
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
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 ????