liveposetracker icon indicating copy to clipboard operation
liveposetracker copied to clipboard

Live body pose tracker made with OpenPose + Deep SORT

Results 8 liveposetracker issues
Sort by recently updated
recently updated
newest added

Hi, @ortegatron, thank you for share the code. I use a webcam and after running your code, I got: ``` pygame 2.0.1 (SDL 2.0.14, Python 3.8.10) Hello from the pygame...

Hi, Thank you for the great work. Based on my application, I hope I can record videos and use these files as inputs. May i have your suggestions to achieve...

Hi. I have a question regarding your project. Is it possible to re-identify a person based on this project? If so, can you please give some idea. I would be...

PS D:\liveposetracker-master\liveposetracker-master\src> python Twister.py pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "Twister.py", line 3, in from Input import Input File "D:\liveposetracker-master\liveposetracker-master\src\Input.py", line 10,...

``` Traceback (most recent call last): File "Twister.py", line 35, in game.run() File "Twister.py", line 22, in run self.input.run() File "/home/dev/Desktop/personTracking/liveposetracker-master/src/Input.py", line 74, in run poses = keypoints[:,:,:2] IndexError: too...

Hi im using cmu open pose unity plugin, can you hint on getting this in there?

Sorry to bother you again. Recently, I tested the code for my own dataset, but in the case of occlusion, ID is either changed or transferred. What parameters should I...

Thanks for your code. But how can I get the results shown in your demo? I don't know the relationship between labeled persons and keypoints.