tello-openpose icon indicating copy to clipboard operation
tello-openpose copied to clipboard

[Related Work] Rewritten this project focusing on simplicity

Open apssouza22 opened this issue 3 years ago • 5 comments

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

apssouza22 avatar May 05 '21 20:05 apssouza22

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

NasrulhaqAbdullah avatar Sep 04 '21 00:09 NasrulhaqAbdullah

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

apssouza22 avatar Sep 04 '21 12:09 apssouza22

sure I'll look into your project. Btw is it possible to run your project with openpose instead of mediapipe?

NasrulhaqAbdullah avatar Sep 04 '21 12:09 NasrulhaqAbdullah

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.

apssouza22 avatar Sep 04 '21 14:09 apssouza22

sure will do! mind if I write you email?

NasrulhaqAbdullah avatar Sep 04 '21 17:09 NasrulhaqAbdullah