Augmentors #1673
Answered
by
AdeelH
greenhawktobias
asked this question in
Q&A
Augmentors
#1673
-
I am running a script for semantic segmentation without augmentors defined in the code, |
Beta Was this translation helpful? Give feedback.
Answered by
AdeelH
Jan 23, 2023
Replies: 1 comment
-
Yes, those basic augmentations are used by default but can be disabled by passing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
greenhawktobias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, those basic augmentations are used by default but can be disabled by passing
augmentors=[]
toSemanticSegmentationGeoDataConfig
/SemanticSegmentationImageDataConfig
. See docs foraugmentors
andaug_transform
inDataConfig
.