From 0946ac7ec50b41590c64f8003446add04d7d17b7 Mon Sep 17 00:00:00 2001 From: Alex <alexandre.meyer@univ-lyon1.fr> Date: Fri, 10 Nov 2023 12:40:51 +0100 Subject: [PATCH] install update --- web/content/am/TP_Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/am/TP_Installation.md b/web/content/am/TP_Installation.md index 78ac0af..45550bb 100644 --- a/web/content/am/TP_Installation.md +++ b/web/content/am/TP_Installation.md @@ -15,10 +15,10 @@ conda create --name deepan python=3.8 ``` Dans un environnement python, il faut installer *Numpy, MatPlotlib, OpenCV et PyTorch*. Pour installer PyTorch et de nombreuses dépendances, regardez [la ligne de commande que propose PyTorch](https://pytorch.org/get-started/locally/). Puis installer OpenCV et Mediapipe avec - ``` -pip install opencv-python mediapipe +pip install mediapipe ``` +Mediapipe installe Opencv. Si vous avez installé OpenCV avant, parfois Mediapipe ne marche pas. Sous Windows lancez *anaconda prompt*, sous Linux ouvrez un terminal, puis lancez ```conda activate p36``` -- GitLab