Skip to content

Differentiation between sequence and item-level datasets

Compare
Choose a tag to compare
@sasha-scale sasha-scale released this 14 Dec 05:17
· 226 commits to master since this release
bfde0d0

The changes in this PR introduce a new category of Nucleus Dataset: the scene dataset. The purpose of the is_scene parameter to the NucleusDataset constructor is to differentiate between datasets composed of sequences and datasets composed of individual items. Scenes can only be uploaded to datasets created by setting the is_scene=True, and vice versa, items can only be added to datasets where is_scene=False