geowatch.cli.split_videos module¶
Split a coco dataset into one per video.
TODO: deprecate this?
- class geowatch.cli.split_videos.SplitVideoConfig(*args, **kwargs)[source]¶
Bases:
DataConfigBreaks one or more kwcoco file containing multiple videos into single kwcoco files per video. The new kwcoco file names use the same name as the input dataset, but prefix it with the video name.
Valid options: []
- Parameters:
*args – positional arguments for this data config
**kwargs – keyword arguments for this data config
- default = {'dst': <Value(None)>, 'dst_dpath': <Value(None)>, 'io_workers': <Value(0)>, 'src': <Value(None)>}¶