From 4432dd555b6286a5e11897300be0e5a162dd3e5f Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 7 Aug 2023 14:28:18 +0200 Subject: [PATCH] add gestures info --- Gesture.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gesture.md b/Gesture.md index c011f5b..1433946 100644 --- a/Gesture.md +++ b/Gesture.md @@ -37,3 +37,5 @@ gesture = [ ``` Where number after gesture refers to number of person that detection belongs to in scenes with multiple people. + +If you wish to modify or add new gesture rules, modify `src/gesture.ts` as needed and rebuild `Human` using `npm run build`.