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

Results 16 tello-openpose issues
Sort by recently updated
recently updated
newest added

I noticed that the library is imported incorrectly, as its name is simple-pid, not simple_pid. The issue has been fixed in this pull.

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...

Hi, i did all the installations and have a TypeError when i run tello_openpose.py. " TypeError: __init__() got an unexpected keyword argument 'start_recv_thread' " ![Adsız](https://user-images.githubusercontent.com/54839892/64161030-99358e80-ce45-11e9-8ceb-f04ff0fbc7e8.jpg) Thank you very much.

I got errors when I try to test OP.py The error I get is: > Traceback (most recent call last): File "OP.py", line 454, in nb_persons,body_kps,face_kps = my_op.eval(frame) File "OP.py",...

I have testing your op.py using webcam. After program start the screen is just black and freeze. I have successfully installed open pose and tested webcam another python program. Any...

Hello! Can you explain how you calculated x,y,z pos in this code please? ` def log_data_handler(self, event, sender, data): """ Listener to log data from the drone. """ global sensors...

Hello. I am trying to run the OP.py file to test out openpose and keep getting an error. I have correctly installed Openpose and have tested it on my computer....

Hi, I finally managed to run tello_openpose.py only in CPU only mode on macOS High Sierra. I was not able to compile with CUDA and cudNN because of Caffe. My...

First of all to be frank i became fan of your work on **tello openpose** .Sir i had been working for **past four weeks** to install tello openpose and make...

Hello! I wonder if you could provide instructions or code of how to get the multithreaded version to work. Currently openpose is capped at a FPS of around 10 with...