tracklab
tracklab copied to clipboard
pose_bottomup results not showing in video nor in state file
Thanks a lot for the great codebase!
I have been having trouble obtaining any pose estimation results, like the ones shown on the Readme file (https://github.com/TrackingLaboratory/tracklab/blob/main/docs/assets/gifs/PoseTrack21_008827.gif). There also seems to be no entry related to pose estimation in the state saving file when testing the pipeline on soccernet samples . What is the recommended setup to generate pose estimation results?
I have
1) changed the draw_keypoints
and draw_skeleton
flags in the config file
2) added a pose_bottomup
module to the pipeline (logging clearly shows: yolov8->yolov8->...).
3) lowered the min_confidence
However, despite all this, I do not have any pose estimation results appearing on the video, nor in the .pklz state file.
Also, OpenPifPaf
hangs on my machine (TitanXP, 64 GB RAM) when performing pose estimation.
Thanks a lot for your help ☺