Qengineering / Face-Mask-Detection-Jetson-Nano

Face mask detection on a Jetson Nano
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

JTOP showing different opencv version #4

Open wnsgh3810 opened 8 months ago

wnsgh3810 commented 8 months ago

I compiled opencv with cuda support but while python3 is showing opencv version as 4.9.0, JTOP is showing opencv as Opencv : 4.5.4 compiled CUDA : NO

How can I change opencv version of JTOP to 4.9.0?

Qengineering commented 8 months ago

First, the Face-Mask-Detection code does not use any CUDA acceleration. Given the fact that JTOP still showing CUDA as not installed, you can safely assume, some opencv files aren't installed at the right place. Please use our guide. (After removing the previous installation first)