add gestures info

master
Vladimir Mandic 2023-08-07 14:28:18 +02:00
parent 5b790438dc
commit 4432dd555b
1 changed files with 2 additions and 0 deletions

@ -37,3 +37,5 @@ gesture = [
``` ```
Where number after gesture refers to number of person that detection belongs to in scenes with multiple people. 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`.