Outils pour utilisateurs

Outils du site


pose_estimation_avec_intel_ncs2_et_openvino

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
pose_estimation_avec_intel_ncs2_et_openvino [2021/07/05 08:00] – ↷ Liens modifiés en raison d'un déplacement. sergepose_estimation_avec_intel_ncs2_et_openvino [2022/03/22 14:12] (Version actuelle) – [Utilisation de OpenVino avec Realsense D455] Benjamin Labomedia
Ligne 8: Ligne 8:
 **Le Intel Neural Compute Stick 2, NCS2 fonctionne ave OpenVINO, un fork de OpenCV adapté à ce stick.** **Le Intel Neural Compute Stick 2, NCS2 fonctionne ave OpenVINO, un fork de OpenCV adapté à ce stick.**
 </WRAP> </WRAP>
 +{{ :media_15:img_0005.jpg?600 |}}
 =====OpenVINO===== =====OpenVINO=====
  
 **Intel Neural Compute Stick 2** est un calculateur, adapté aux produits Intel, dixit Intel.\\ **Intel Neural Compute Stick 2** est un calculateur, adapté aux produits Intel, dixit Intel.\\
-IL a été concu pour être un calculateur sur un PC sans GPU, genre Raspberry Pi.+Il a été concu pour être un calculateur sur un PC sans GPU, genre Raspberry Pi.
  
 **OpenVINO** est un **fork de OpenCV**, optmisé pour les produits Intel:  **OpenVINO** est un **fork de OpenCV**, optmisé pour les produits Intel: 
Ligne 41: Ligne 41:
 cd /opt/intel/openvino_2021/install_dependencies cd /opt/intel/openvino_2021/install_dependencies
 sudo -E ./install_openvino_dependencies.sh sudo -E ./install_openvino_dependencies.sh
-sudo  ./install_openvino_dependencies.sh 
 source /opt/intel/openvino_2021/bin/setupvars.sh source /opt/intel/openvino_2021/bin/setupvars.sh
 nano .bashrc nano .bashrc
Ligne 48: Ligne 47:
 sudo ./install_prerequisites_caffe.sh sudo ./install_prerequisites_caffe.sh
 cd /opt/intel/openvino_2021/install_dependencies/ cd /opt/intel/openvino_2021/install_dependencies/
-sudo -E su 
-sudo usermod -a -G users "$(whoami)" 
-sudo cp /opt/intel/openvino_2021/inference_engine/external/97-myriad-usbboot.rules /etc/udev/rules.d/ 
-sudo udevadm control --reload-rules 
-sudo udevadm trigger 
-sudo ldconfig 
 </code> </code>
  
Ligne 59: Ligne 52:
 <code bash> <code bash>
 cd /opt/intel/openvino_2021/install_dependencies/ cd /opt/intel/openvino_2021/install_dependencies/
-sudo -E su +sudo -E ./install_NEO_OCL_driver.sh
-./install_NEO_OCL_driver.sh +
-Checking processor generation... +
-Intel® Graphics Compute Runtime for OpenCL™ Driver installation skipped because current version greater or equal to 19.41.14441 +
-Installation of Intel® Graphics Compute Runtime for OpenCL™ Driver interrupted.+
 </code> </code>
  
Ligne 118: Ligne 107:
 </code> </code>
  
-{{tag>opencv python sb skeleton camera3D}}+{{tag>opencv python sb skeleton camera3D ia}}
pose_estimation_avec_intel_ncs2_et_openvino.1625472001.txt.gz · Dernière modification : 2021/07/05 08:00 de serge