Skip to content

kwcoco split --rng 12345 does not split different files referring to same videos uniformly #6

Description

@cameron-a-johnson

Hey! Paul might share this too: a pipeline produces multiple kwcoco datasets for the same set of videos, with frame-wise activity classification ground truth, pose detection, and some object detections, respectively.

FWIW, we want to kwcoco split each of those by the same random split. I thought kwcoco split --rng 12345 might create the same split on each file but it doesn't.

And that's really no big deal for us! Obviously a ~5-line splitter script that seeds a random split of the video id list will do.

Just thought the use case might be interesting to consider. If so, maybe I could take a stab at a re-implementation of split that would work for this case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions