projects:internetofthings:jetsonnano

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:internetofthings:jetsonnano [2019/10/21 08:57] – [opencv 4.1] scipioprojects:internetofthings:jetsonnano [2023/11/16 08:39] (current) – [remove desktop] sscipioni
Line 1: Line 1:
 ====== Nvidia Jetson Nano ====== ====== Nvidia Jetson Nano ======
  
 +
 +  * https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image
   * [[https://developer.nvidia.com/embedded/jetson-nano-developer-kit|interesting projects]]   * [[https://developer.nvidia.com/embedded/jetson-nano-developer-kit|interesting projects]]
 +  * [[https://elinux.org/Jetson/Cameras|cameras]]
 +  * [[https://www.edmundoptics.eu/c/cameras/1012/|camera search engine]]
  
  
-===== query =====+===== remove desktop ===== 
 + 
 +<code> 
 +apt remove -y ubuntu-desktop 
 +apt remove -y gnome-* 
 +apt remove -y chromium-browser chromium-codecs-ffmpeg-extra 
 +apt remove -y libreoffice* docker.io thunderbird bluez* 
 +apt remove -y libnvinfer-samples 
 +# remove snap 
 +systemctl stop snapd 
 +apt remove --purge --assume-yes snapd gnome-software-plugin-snap 
 +rm -rf /var/cache/snapd/ 
 + 
 +apt autoremove -y 
 +</code> 
 + 
 +<code> 
 +systemctl disable lightdm whoopsie  ModemManager bluetooth.service gpsd 
 +</code> 
 +===== tools =====
  
 jtop jtop
Line 123: Line 146:
 cd /lab/dnn/models/plates-tiny cd /lab/dnn/models/plates-tiny
 darknet detector demo model.data model.test.cfg backup/model_final.weights /lab/dnn/dataset/dataset/marocco/originals/video/01.mkv -dont_show darknet detector demo model.data model.test.cfg backup/model_final.weights /lab/dnn/dataset/dataset/marocco/originals/video/01.mkv -dont_show
 +</code>
 +
 +  * yolo34py  **12FPS**
 +<code>
 +python process_video.py --model plates-tiny dataset/dataset/marocco/originals/video/01.mkv
 </code> </code>
  • projects/internetofthings/jetsonnano.1571641033.txt.gz
  • Last modified: 2019/10/21 08:57
  • by scipio