Outils pour utilisateurs

Outils du site


raspberry_pi_et_intel_neuronal_computer_stick_2

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
raspberry_pi_et_intel_neuronal_computer_stick_2 [2019/07/05 09:03] – [Ne réinventons pas la poudre] sergeraspberry_pi_et_intel_neuronal_computer_stick_2 [2019/07/05 10:10] – [Ne réinventons pas la poudre] serge
Ligne 44: Ligne 44:
  
 ===Essai 1=== ===Essai 1===
-  *   * [[https://github.com/PINTO0309/OpenVINO-YoloV3 YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO|Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO]] [[https://qiita.com/PINTO|qiita.com/PINTO]] **Très complet**+  *   * [[https://github.com/PINTO0309/OpenVINO-YoloV3|Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO]] [[https://qiita.com/PINTO|qiita.com/PINTO]] **Très complet** 
 + 
 +Installation sur un laptop et ubuntu 16.04 
 +  cd ~ 
 +  curl -sc /tmp/cookie "https://drive.google.com/uc?export=download&id=1ciX7cHqCh8lLFYI0HKkhC3r_fMirrlKk" > /dev/null 
 +  CODE="$(awk '/_warning_/ {print $NF}' /tmp/cookie)" 
 +  curl -Lb /tmp/cookie "https://drive.google.com/uc?export=download&confirm=${CODE}&id=1ciX7cHqCh8lLFYI0HKkhC3r_fMirrlKk" -o l_openvino_toolkit_p_2019.1.133.tgz 
 +  tar -zxf l_openvino_toolkit_p_2019.1.133.tgz 
 +  rm l_openvino_toolkit_p_2019.1.133.tgz 
 +  cd l_openvino_toolkit_p_2019.1.133 
 +  sudo -E ./install_openvino_dependencies.sh 
 +  sudo ./install_GUI.sh 
 =====Installation de Raspbian===== =====Installation de Raspbian=====
 <WRAP center round alert 60% centeralign> <WRAP center round alert 60% centeralign>