quangnhat185 / Plate_detect_and_recognize

Detecting and Reading vehicle's license plate from various countries (Germany, Vietnam, Japan, Thailand, Saudi, Russia, Korea, Usa, India, China)
MIT License
169 stars 125 forks source link

I'm getting an import error for detect_lp #9

Closed TomCallan closed 4 years ago

TomCallan commented 4 years ago

I've tried windows and linux and I get this trace: from utils import detect_lp ImportError: cannot import name 'detect_lp' from 'utils' (F:\Python\ANPR\venv\lib\site-packages\utils__init__.py)

TomCallan commented 4 years ago

Realised that utils is from a python file and not the module of the same name.