Skip to content

Commit 5dc6413

Browse files
committed
align data aug
1 parent 3330eca commit 5dc6413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtdetr_pytorch/configs/rtdetr/include/dataloader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ train_dataloader:
66
return_masks: False
77
transforms:
88
ops:
9-
- {type: RandomPhotometricDistort, p: 0.8}
9+
- {type: RandomPhotometricDistort, p: 0.5}
1010
- {type: RandomZoomOut, fill: 0}
1111
- {type: RandomIoUCrop, p: 0.8}
1212
- {type: SanitizeBoundingBox, min_size: 1}

0 commit comments

Comments
 (0)