Skip to content

Object detection with augmentors #1706

Answered by AdeelH
greenhawktobias asked this question in Q&A
Discussion options

You must be logged in to vote

You are defining the variable data_augmentation_transform but not passing it to the DataConfig. You can do it like so:

data = ObjectDetectionGeoDataConfig(
    ...
    aug_transform=A.to_dict(data_augmentation_transform),
    ...
)

Same thing for ObjectDetectionImageDataConfig, if you are using nochip=False.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@greenhawktobias
Comment options

@AdeelH
Comment options

@greenhawktobias
Comment options

Answer selected by greenhawktobias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants