File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ Tracking the movement of a finger is an important feature of many computer visio
1111Go to the Finger Detection and Tracking directory.
1212Then,
1313
14- 1 . Run the code with command ` python FingerDetection.py `
15- 2 . Put your parm over the green squares
16- 3 . Then, press ` z ` key to start tracking
17- 4 . Finish program with ` Esc ` key.
14+ 1 . Install the dependencies
15+ ``` shell
16+ pip install pipenv
17+ pipenv shell
18+ pipenv install
19+ ```
20+ 2. Run the code with command ` cd " Finger Detection and Tracking" && python FingerDetection.py`
21+ 3. Put your parm over the green squares
22+ 4. Then, press ` z` key to start tracking
23+ 5. Finish program with ` Esc` key.
1824
1925# # Demo
2026[! [Demo GitHub Sectory](https://cdn-images-1.medium.com/max/1040/1* ngmwjSu1gt4mmqhm9JJcpg.jpeg)](https://www.youtube.com/watch? v=P3dUePye_-k)
You can’t perform that action at this time.
0 commit comments