Open apssouza22 opened 3 years ago
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