-
Notifications
You must be signed in to change notification settings - Fork 9
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
dockerization #2
Comments
thank you for your comments and input ! RE:docker - this would be great ! I can add this either way, as it seems important for others to get up speed, released this on a whim and certainly could use some cleaning up for production. Feel free to make a PR Gonna take a look at your PR, thank you for your contribution and input ! |
Hello, RE: docker, I'll send a PR soon. |
Great, just merged your branch |
Hi, |
sounds good, just getting around to this will check it out today. |
merged a bit ago, also added some changes to the decoding for better results, cheers |
Hello,
Thanks for your repo! You really did what you said there.
Some suggestions that I have is that your repo is too much dependent on your local computer configuration, I thought a Dockerfile to play with your repo would be nice to have.
If you think it is valuable to add it I can add my Dockerfile, it automatically gets all dependencies: get libtorch and build latest OpenCV and build the application.
Also I've tried your code with get but got an error, seems that some tensor are in CPU while other are in GPU. Let's dig this point later
I would have some C++ specific comments on the code but let it for later, a PR was requested to solve a linux build.
The text was updated successfully, but these errors were encountered: