-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Related Work] Rewritten this project focusing on simplicity #18
Comments
Hi @apssouza22. I am currently trying to make the program that was written by @geaxgx running. I have encountered such problems such "AttributeError: 'bytes' object has no attribute 'mvo' at line 962 . Could you give me hints or maybe a way to solve this problem since you managed to simpified the previous program? I'm looking forward for your answer. Thank you |
Hi @NasrulhaqAbdullah the reason I created the simplified version was because I couldn't make this project work. This project many libraries that require Linux and I use mac. I recommend to use my version since it should work out of the box and have more features than this project |
sure I'll look into your project. Btw is it possible to run your project with openpose instead of mediapipe? |
The project is well structured and you can swap things if you like. In your case, you need a wrapper for Openpose as we have it for Mediapile https://github.com/apssouza22/smart-drone/blob/master/common/mediapipewrapper.py However, you will have to follow the Official Openpose docs to install it on your OS and extend OpenPose's functionality to Python. If you manage to do all that, let me know. |
sure will do! mind if I write you email? |
I have completely rewritten this project focusing on simplicity. Everything should work out of the box.
Replaced Openpose by MediaPipe
Removed multiprocessing support
Replaced pynput by pygame
Added Path mapping
https://github.com/apssouza22/smart-drone
The text was updated successfully, but these errors were encountered: