Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run alpr with Docker #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

leihuayi
Copy link

Allow users to use Docker-compose for running alpr-unconstrained.
Changes :

  • add Dockerfile which creates an environment with python2.7, TF, Keras, opencv installed, darnknet compiled and models downloaded by only running the command: docker-compose build.
  • add docker-compose.yaml file which makes the usage of Docker easier (the options for launching the container, like GPU usage and volumes, are written inside the docker-compose file rather than writing a huge command line for launching the container)
  • write indications in the Readme for how to use these tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant