Releases: YassineYousfi/comma10k-baseline
Releases · YassineYousfi/comma10k-baseline
U-Net EfficientNet B4 trained with weather augmentations
Trained with weather augmentations (c.f. retriever.py)
U-Net EfficientNet B4 padded
Images and masks are padded to 896x1184 c.f. retriever.py
This is done because the vanilla U-Net architecture imposes dimensions to be multiples of 32
Removed A.IAAPerspective and added more augmentations in training
U-Net EfficientNet B4 896x1184
Images and masks are resized to 896x1184 (very close to original image size 874x1164) c.f. retriever.py
This is done because the vanilla U-Net architecture imposes dimensions to be multiples of 32.