You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: