tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
151 stars 40 forks source link

ok, where do you get opencv 4.4 for the jetson nano? #1

Closed JVTEAM closed 4 years ago

JVTEAM commented 4 years ago

I have 4.1 from jetsonhacks.

tomasz-lewicki commented 4 years ago

Hi there!

Check this out: https://github.com/mdegans/nano_build_opencv/blob/master/build_opencv.sh

tomasz-lewicki commented 4 years ago

Also starting with 51a6d427ab5c2ab166f3f4abe8e51ca4293a1883 the code will work with older versions of OpenCV, including 4.1.

Older OpenCV versions don't have CUDA support. The code will work, but will be much slower (I got ~3FPS instead of 17FPS). The IR inference will still work at 9FPS.

@JVTEAM let me know if I that answers your question.