Readme
MikeyBeez opened this issue · 3 comments
Thank you for this interesting software. What version of python should I use. 3.8 fails. 3.6 works, but is it best? Also, python3 hand_landmark\webcam_demo_hand.py fails on linux. This needs a forward slash not a backslash. Also crop_utils module can't be found. Does something need to be added to pythonpath? Andy other hints would be appreciated. BTW, I can't type input to record on extract_knn_features.py. Thanks again. I'm on Pop!_OS 20.04.
- python version
- We use Python 3.7 - forward slash, backslash problem
- We changed the demo command in the README file. - crop_utils module can't be found
- cd to submodule directory before run the demo script. - I can't type input to record on extract_knn_features.py.
- Fixed (tested on Ubuntu 20.04)
- extract_knn_features.py is made to extract KNN features from video and save them in .txt
(alternative from using your webcam in webcam_demo_knn.py)python extract_knn_features.py video_dataset_dir output_dir
Thank you. Once I switched to 3.7 and reran pip3 install -r requirements.txt the knn buttons started working. BTW, you state 3.7 in your readme, I just can't read. ;) Also, can I define my own signs with this; so I can control my PC? Cheers! M
I also recorded a Youtube video about installing your great software: https://www.youtube.com/watch?v=lLf6XsRBedw&t=535s
Sorry about the poor quality.