-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ExperimentIssues that have to do with running an experimentIssues that have to do with running an experiment
Description
Two settings:
- No augmentation to images we load
- Standard image augmentation pipeline (https://pytorch.org/vision/main/transforms.html# https://pytorch.org/vision/main/auto_examples/plot_transforms.html#sphx-glr-auto-examples-plot-transforms-py)
Note that some augmentations will also affect the RoIs.
Code to put transforms into:
def _compose_transform(self, transform: Dict) -> transforms.Compose: common_transform: &common_transform
Remember that some transforms only should apply at training time
Result of this ticket should be tensorboard logs of 100epochs under the two settings, with none of the other code changed beside the setting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ExperimentIssues that have to do with running an experimentIssues that have to do with running an experiment
Type
Projects
Status
Todo