vak icon indicating copy to clipboard operation
vak copied to clipboard

ENH: add benchmark datasets (e.g. BFSongRepository) to `datasets` sub-package

Open NickleDave opened this issue 3 years ago • 2 comments

in keeping with torchvision structure of package

NickleDave avatar Jan 13 '22 14:01 NickleDave

addendum: there is a datasets package but it currently just includes the WindowDataset abstraction (which should probably be deprecated?) and does not currently provide access to any actual benchmark datasets

NickleDave avatar Jan 13 '22 14:01 NickleDave

As discussed in #243 https://github.com/vocalpy/vak/issues/243#issuecomment-1200283602

there should be two sub-packages in vak.datasets, datasets.seq and datasets.bbox, that correspond to the two highest-level types of annotations in crowsetta.

Modules for each dataset can then live in these sub-packages

NickleDave avatar Jul 30 '22 19:07 NickleDave