Hi, I am a beginner with the Jetson Nano Jetpack 4.4 with OpenCV version 4.1.1 and I want to install opencv-contrib-python using pip3. However, I noticed that opencv-contrib-python does not provide pip wheels for ARM architecture which meant that I couldn’t directly use pip3 install to install that library. My pip version is 20.2.3 which is above the requirements stated in PyPi.
Looking at the article you’ve sent me, it required me to download opencv and opencv contrib python to build and make all over again. Does this mean I need to uninstall the current opencv version?