Q-engineering
Q-engineering
Your original Python 3 OpenCV installation is overwritten by some other software package. That package uses also OpenCV and has the requirement in its wheel. You can see this in...
First option. If you don't have much software installed, consider starting all over again. In other words, flash a (new) SD card with the JetPack image, install it on your...
It has all to do with way Python loads its libraries. And in which order. In your case you have two OpenCV installations at different locations. In Python 2 it...
Try `export PYTHONPATH="/usr/lib/python3.6/dist-packages/cv2/python3.6"` before running python3. If it works we can set this setting more permanently in `~/.bashrc`
There are still some residues left from your previous OpenCV installation. If you know the 'wrong OpenCV' folder, see if you have a file called __init__.py. Rename that file so...
Sorry, it becomes harder and harder to solve something like this on a distance. At the bottom line, you have two installations running and you must remove all references to...
Dear @Jolle1803, Sorry to hear about your problems. What have you done? Both files are website pages, no code. They are viewed with something like chromium. Kind regards, Rients
Dear @Jolle1803 , The errors you got are text related. In other words, the compiler tries to parse some line of code and encounters an /bin/sh What puzzles me is...
Dear @rsingh2083 , In case of live face detection it will. There are several mobile phones using this technique. A 'live' face has depth (noose, eyes mouth). In the face...
Your issue seems to originate from a too low CUDA architectural number (arch). Before diving into the OpenCV code to see if there is a fix possible, would you be...