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:00] – [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 40: Ligne 40:
  
 ====Ne réinventons pas la poudre==== ====Ne réinventons pas la poudre====
-  * https://github.com/PINTO0309/OpenVINO-YoloV3 YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO https://qiita.com/PINTO **Très complet** +===Essai 0=== 
-  * https://richardstechnotes.com/2019/01/03/yolov3-object-detection-now-working-on-ncs-2/ dit que https://richardstechnotes.com/2018/12/01/running-yolov3-with-openvino-on-cpu-and-not-ncs-2/ marche depuis OpenVINO version 2018.5.445+  * [[https://richardstechnotes.com/2019/01/03/yolov3-object-detection-now-working-on-ncs-2/|yolov3-object-detection-now-working-on-ncs-2]] dit que [[https://richardstechnotes.com/2018/12/01/running-yolov3-with-openvino-on-cpu-and-not-ncs-2/|running-yolov3-with-openvino-on-cpu-and-not-ncs-2/]] marche depuis **OpenVINO version 2018.5.445** 
 + 
 +===Essai 1=== 
 +  *   * [[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>