-
Notifications
You must be signed in to change notification settings - Fork 7
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
Continuous integration and tensorflow_cc #97
Comments
Maybe using tensorflow_cc |
Dropping as |
I think we should keep docker on our radar because of GPU/DNN-ready OpenCV 4.x, but yes, this issue should be dropped as we aim to supersede tensorflowDetection2D. Closing! |
PR #93 lacked CI support on Travis due to build timeouts (#93 (comment)), it takes way too long to compile this beast from sources.
Perhaps this is the perfect scenario for docker (#93 (comment) and next comments). If we could prepare a docker image in which every dependency, including tensorflow_cc, is installed and then pulled by Travis, build times should be considerably shorter. Use https://hub.docker.com/u/roboticslabuc3m to host said images (or rather docker run files, I'm still a docker rookie).
The text was updated successfully, but these errors were encountered: