8000 GitHub - Botmation/Nano: These are install scripts and commands to help install openCV 4.1 on the jetson nano with contrib library. This will also install the extras you need for features like facial recognition.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Nano Public

These are install scripts and commands to help install openCV 4.1 on the jetson nano with contrib library. This will also install the extras you need for features like facial recognition.

License

Notifications You must be signed in to change notification settings

Botmation/Nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano

These are install scripts and commands to help install openCV 4.1 on the jetson nano with contrib library. This will also install the extras you need for features like facial recognition.

Check out http://www.botmation.net/opencv-4-1-contrib-lib-on-jetson-nano-quick-start-guide-with-facial-recognition/ for detailed instructions and my you tube video. https://youtu.be/PttoKt6TMDk

#Before installing openCV 4.1 on Nano, will need to increase memory. Can use swapfile to virtually increase. #Run these commands to add swap file

sudo fallocate -l 4.0G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile

#Also, to make the swapfile activated during reboot, edit /etc/fstab: sudo vim /etc/fstab

#And add the following line: /swapfile none swap 0 0

About

These are install scripts and commands to help install openCV 4.1 on the jetson nano with contrib library. This will also install the extras you need for features like facial recognition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0