Skip to content

Commit

Permalink
align data aug
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuwenyu committed Jan 23, 2024
1 parent 3330eca commit 5dc6413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtdetr_pytorch/configs/rtdetr/include/dataloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ train_dataloader:
return_masks: False
transforms:
ops:
- {type: RandomPhotometricDistort, p: 0.8}
- {type: RandomPhotometricDistort, p: 0.5}
- {type: RandomZoomOut, fill: 0}
- {type: RandomIoUCrop, p: 0.8}
- {type: SanitizeBoundingBox, min_size: 1}
Expand Down

0 comments on commit 5dc6413

Please sign in to comment.