You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading specific annotation files for train dataset in Cityscapes (#632)
Random sampling transforms (random_sampler, label_random_sampler) to create smaller datasets from bigger ones (#636, #640)
API to report dataset import and export progress; API to report dataset import and export errors and take action (skip, fail)
(supported in COCO, VOC and YOLO formats) (#650)
Support for downloading the ImageNetV2 and COCO datasets (#653, #659)
A way for formats to signal that they don't support detection (#665)
Removal transforms to remove items/annoations/attributes from dataset (remove_items, remove_annotations, remove_attributes) (#670)
Changed
Allowed direct file paths in datum import. Such sources are imported like when the rpath parameter is specified, however, only the selected path is copied into the project (#555)
Improved stats performance, added new filtering parameters, image stats (unique, repeated) moved to the dataset section,
removed mean and std from the dataset section (#621)