Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme #1

Closed
MikeyBeez opened this issue Jun 2, 2021 · 3 comments
Closed

Readme #1

MikeyBeez opened this issue Jun 2, 2021 · 3 comments

Comments

@MikeyBeez
Copy link

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.

@bit-dome
Copy link
Collaborator

bit-dome commented Jun 2, 2021

  1. python version
    - We use Python 3.7
  2. forward slash, backslash problem
    - We changed the demo command in the README file.
  3. crop_utils module can't be found
    - cd to submodule directory before run the demo script.
  4. 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
    

@MikeyBeez
Copy link
Author

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

@MikeyBeez
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants