alpr_utils icon indicating copy to clipboard operation
alpr_utils copied to clipboard

A docker image to help deployment

Open qwtsc opened this issue 4 years ago • 0 comments

Hi,

Many thanks to this open-source model. I have made a docker image (for cpu) to help deployment.

git

git clone https://github.com/ufownl/alpr_utils.git git checkout pretrained/master

docker

the default docker image work directory is '/intern', and the volume mounting from the source code (i.e., the git folder) to the default directory is needed. docker pull qwtsc/mxnet docker run -itd -v /TheAbsolutePathTo/alpr_utils:/intern -p 8882:80 qwtsc/mxnet /bin/bash -c "python3 server.py"

qwtsc avatar Apr 11 '20 05:04 qwtsc