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

Pre-build OpenCV binaries #10

Closed
rossGardiner opened this issue Mar 9, 2022 · 2 comments
Closed

Pre-build OpenCV binaries #10

rossGardiner opened this issue Mar 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rossGardiner
Copy link
Collaborator

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+

@rossGardiner rossGardiner added the enhancement New feature or request label Mar 9, 2022
@rossGardiner rossGardiner added this to the Final release - v3.0 milestone Mar 9, 2022
@rossGardiner rossGardiner self-assigned this Mar 9, 2022
@rossGardiner
Copy link
Collaborator Author

rossGardiner commented Apr 7, 2022

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
Copy link
Collaborator Author

branch now merged

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

No branches or pull requests

1 participant