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 07:41] sergepose_estimation_avec_intel_ncs2_et_openvino [2022/03/22 14:12] (Version actuelle) – [Utilisation de OpenVino avec Realsense D455] Benjamin Labomedia
Ligne 1: Ligne 1:
-====== Pose Estimation avec_Intel NCS2 et OpenVINO ======+====== Pose Estimation avec Intel NCS2 et OpenVINO ======
 {{ ::media_15:realsense_ncs2.jpg?400 |}}  {{ ::media_15:realsense_ncs2.jpg?400 |}} 
 +<WRAP center round box 80% centeralign>
 +**{{tagpage>skeleton camera3D|Les pages sur les caméras 3D et la détection de squelette}}**     **[[http://translate.google.com/translate?hl=&sl=auto&tl=en&u=https%3A%2F%2Fressources.labomedia.org%2Fpose_estimation_avec_intel_ncs2_et_openvino|English Version]]**
 +</WRAP>
  
 <WRAP center round info 60% centeralign> <WRAP center round info 60% centeralign>
 **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 38: 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 45: 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 56: 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 102: Ligne 94:
  
 =====Utilisation de OpenVino avec Realsense D455===== =====Utilisation de OpenVino avec Realsense D455=====
-Fichier à: **[[https://github.com/sergeLabo/skeleton-rs/tree/main/opencv_skeleton|opencv_skeleton]]** de   * **[[detection_d_un_squelette_dans_une_image|Détection d'un squelette dans une image avec OpenCV]]**+Fichier à: **[[https://github.com/sergeLabo/skeleton-rs/tree/main/opencv_skeleton|opencv_skeleton]]** de   * **[[pose_estimation_avec_opencv|Détection d'un squelette dans une image avec OpenCV]]**
 <code> <code>
 CPU avec OpenCV                                                                   fps = 1.1  MSI      fps = 1.7 CPU avec OpenCV                                                                   fps = 1.1  MSI      fps = 1.7
Ligne 115: Ligne 107:
 </code> </code>
  
-{{tag>opencv python sb skeleton camera3D}}+{{tag>opencv python sb skeleton camera3D ia}}
pose_estimation_avec_intel_ncs2_et_openvino.1625470910.txt.gz · Dernière modification : 2021/07/05 07:41 de serge