-
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
Pre-build OpenCV binaries #10
Comments
From looking at some of last year's projects, the PosturePerfection team appear to have had a similar issue. They actually host OpenCV binaries on their repo. So worthwhile using those, here |
rossGardiner
added a commit
that referenced
this issue
Apr 7, 2022
rossGardiner
added a commit
that referenced
this issue
Apr 8, 2022
rossGardiner
added a commit
that referenced
this issue
Apr 8, 2022
rossGardiner
added a commit
that referenced
this issue
Apr 8, 2022
rossGardiner
added a commit
that referenced
this issue
Apr 8, 2022
branch now merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building OpenCV from scratch is the only known way to access an up-to-date version of the library from Signapse. Unfortunately, this library is pretty huge, resulting in lengthy compilation time. This is a direct obstruction to helping users get up and running with the application and should be remedied.
One idea is to pre-build binaries for realistic deployment scenarios and host these online. Deb packages could be used for this purpose, similar to apt. To start, we should have and x86 and ARM deb package variants for OpenCV 4.5.X+
The text was updated successfully, but these errors were encountered: