You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function pickle_keypoints uses ++ which in python does not increment the variable. As a result the description for the first keyframe is saved for every keyframe. Change to +=1 to fix.
The function pickle_keypoints uses ++ which in python does not increment the variable. As a result the description for the first keyframe is saved for every keyframe. Change to +=1 to fix.