zeusees / License-Plate-Detector

基于Yolov5车牌检测,更快更准.
http://www.zeusee.com
1.21k stars 400 forks source link

How to install the align? #14

Closed mochechan closed 4 years ago

mochechan commented 5 years ago

An align has been imported in your code. How to install the align? from align import *

https://github.com/zeusees/Mobilenet-SSD-License-Plate-Detection/blob/master/detect_opencv.py#L5

I tried the following command without success. pip install align

a243845305 commented 5 years ago

An align has been imported in your code. How to install the align? from align import *

https://github.com/zeusees/Mobilenet-SSD-License-Plate-Detection/blob/master/detect_opencv.py#L5

I tried the following command without success. pip install align

Please put your error log in here.

alezsd commented 5 years ago

pip3 install --user align and all dependencies. Try move files mssd512_voc.* to tmp folder In the code change the folderk variable to images folder I tried and it works!