Closed
Description
openedon Aug 14, 2024
Currently, we are applying geometric augmentations (e.g., rotation) after doing the instance crops:
sleap-nn/sleap_nn/data/pipelines.py
Lines 69 to 92 in 2f44d2d
This should happen before cropping so we don't get black borders in the augmented images.
Intensity augmentation can happen after cropping, but we might as well do it all in one step (before).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment