Copy each .pyd/.so file to cv2 folder of this project and generate wheel
Linux and macOS wheels are checked with auditwheel and delocate
that’s it. On jetson nano there is no .pyd file/folder anywhere to be found after opencv installation. The instructions might need some work :) These instructions make sense when building opencv on windows and build linux on docker.
Any reference for instructions specific to arm64 would be appreciated.
I’m building opencv4.1 and python3.7 from source as well, because greengrass, which they say is easy to install out of the box, does not support python3.6.
It would be great to have more packages for stuff like this for easing development on this machine.