Skip to content

Incrementation bug in pickle_keypoints #1

Description

@OXrvYRLUnqNNzqVQ

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions