Second beta release of CV SDK
Changes
- Remove system installed Python3
- Remove system installed Python packages
- Compile Python3 from source
- Compile grpcio, scipy out of build to reduce build time (note: currently only available for python3.8, openblas 0.3.14 and armv7l)
- Improve documentation of build process
- Add note on pytesseract usage in README
- Improve build caching by specifying build arguments at lower stages
- Many minor improvements to maintainability and robustness
Fixes
- Fix bug with Python packages not being properly added to pip
- Fix pip not being included in certain releases
- Fix pip using static path to non-existent location
- Fix grpc illegal operation on armv7l issue
Note: this release only concerns the armv7hf version; the aarch64 version is not yet updated to the same level nor tested