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?
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 spliteach of those by the same random split. I thoughtkwcoco split --rng 12345might 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
splitthat would work for this case?