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

Documentation Improvement #1

Open
laksh-2193 opened this issue Sep 24, 2023 · 1 comment
Open

Documentation Improvement #1

laksh-2193 opened this issue Sep 24, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@laksh-2193
Copy link
Owner

laksh-2193 commented Sep 24, 2023

There is a good scope to improve documentation. Try doing that

@laksh-2193 laksh-2193 added the documentation Improvements or additions to documentation label Sep 24, 2023
@siddarth2810
Copy link

Hi, after setting up the virtual environment in my local machine and running this

from lkcomputervision import MediaPipeHandler
mediapipe_handler = MediaPipeHandler()

I ran into this following error

image

The error was due an issue with the numpy version and its compatibility with the typing module in OpenCV (cv2), so after running this below code it solved the issue !

pip install --upgrade numpy

Do you think we can add this in the documentation saying that numpy should be upgraded to the latest version ? If yes, I would love to work on this

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

No branches or pull requests

2 participants