kennymckormick / pyskl

A toolbox for skeleton-based action recognition.
Apache License 2.0
911 stars 175 forks source link

Fix bug when no person detected in the video #230

Closed Nacriema closed 5 months ago

Nacriema commented 5 months ago

When there is no person detected from the given video, the error occurs during the inference due to the logic inside the pose_tracking method at line 217 - demo_skeleton.py.

kennymckormick commented 5 months ago

Hi, @Nacriema , Thanks a lot for providing this fix