From 91c783e0aff8e146551fc487979d9941599c0979 Mon Sep 17 00:00:00 2001 From: tsampazk <27914645+tsampazk@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:30:22 +0300 Subject: [PATCH] Renamed demo to webcam_demo in readme --- projects/python/perception/gesture_recognition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/python/perception/gesture_recognition/README.md b/projects/python/perception/gesture_recognition/README.md index cef7e0f975..d9f0e40985 100644 --- a/projects/python/perception/gesture_recognition/README.md +++ b/projects/python/perception/gesture_recognition/README.md @@ -7,5 +7,5 @@ The dataset is trained on images with distance to camera of 1..4 meters, so simi Demo can be run as follows: ```python -python3 demo.py --max_hands 2 +python3 webcam_demo.py --max_hands 2 ```