Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:hotfix/SG-000-refactor_environment_package
defaults: - cityscapes_dataset_params - _self_ train_dataset_params: transforms: # for more options see common.factories.transforms_factory.py - SegColorJitter: brightness: 0.1 contrast: 0.1 saturation: 0.1 - SegRandomFlip: prob: 0.5 - SegRandomRescale: scales: [ 0.4, 1.6 ] - SegPadShortToCropSize: crop_size: 1024 fill_image: [ 19, 0, 0 ] fill_mask: 19 # ignored label idx - SegCropImageAndMask: crop_size: 1024 mode: random train_dataloader_params: batch_size: 4 val_dataloader_params: batch_size: 4
Press p or to see the previous file or, n or to see the next file