Vegetebird / StridedTransformer-Pose3D

[TMM 2022] Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation
MIT License
335 stars 37 forks source link

Demo Error: vis.py empty kepoints and scores #29

Closed aytekXR closed 1 year ago

aytekXR commented 1 year ago

Hi, great work! Thank you all,

I have a problem with the demo/vis.py code. When I run the file with default parameters with provided sample video. I get empty keypoints and scores. As shown in the screen shot. I tried to debug, but could not resolve the problem. Can you help? Thanks in advance !

Screenshot from 2023-01-05 21-51-47

Vegetebird commented 1 year ago

I use the released code and it works well. Maybe you can try "pip install pillow --upgrade".

aytekXR commented 1 year ago

I have solved the problem. As argument, i used only the name of the video, not the path of the video. So, my problem was with argument parser.

Thank you for your interest.

''' python demo/vis.py --video sample_video.mp4 '''