From de92fb7c0a9b35f489c3ad093f10abfc846230ba Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Wed, 1 Jun 2022 18:53:18 +0300 Subject: [PATCH] ... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e87b68..7c7702d 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ pip install --user mediapipe opencv-python The converter utility receives an input video stream and creates an output directory with all image frames and the CSV file with 2D joint estimations. +After going to the root directory of the project ``` python3 src/python/mediapipe/mediapipeHolistic2CSV.py --from shuffle.webm -o tester ```