未验证 提交 e5ebac11 编写于 作者: W wangguanzhong 提交者: GitHub

fix pafnet reader (#3329)

上级 44b83132
...@@ -2,8 +2,7 @@ worker_num: 2 ...@@ -2,8 +2,7 @@ worker_num: 2
TrainReader: TrainReader:
sample_transforms: sample_transforms:
- Decode: {} - Decode: {}
- Cutmix: {alpha: 1.5, beta: 1.5} - RandomDistort: {brightness: [-32., 32., 0.5], random_apply: False, random_channel: True}
- RandomDistort: {}
- RandomExpand: {fill_value: [123.675, 116.28, 103.53]} - RandomExpand: {fill_value: [123.675, 116.28, 103.53]}
- RandomCrop: {aspect_ratio: NULL, cover_all_box: True} - RandomCrop: {aspect_ratio: NULL, cover_all_box: True}
- RandomFlip: {} - RandomFlip: {}
...@@ -18,7 +17,6 @@ TrainReader: ...@@ -18,7 +17,6 @@ TrainReader:
shuffle: true shuffle: true
drop_last: true drop_last: true
use_shared_memory: true use_shared_memory: true
cutmix_epoch: 200
EvalReader: EvalReader:
sample_transforms: sample_transforms:
......
...@@ -2,8 +2,7 @@ worker_num: 2 ...@@ -2,8 +2,7 @@ worker_num: 2
TrainReader: TrainReader:
sample_transforms: sample_transforms:
- Decode: {} - Decode: {}
- Cutmix: {alpha: 1.5, beta: 1.5} - RandomDistort: {brightness: [-32., 32., 0.5], random_apply: false, random_channel: true}
- RandomDistort: {random_apply: false, random_channel: true}
- RandomExpand: {fill_value: [123.675, 116.28, 103.53]} - RandomExpand: {fill_value: [123.675, 116.28, 103.53]}
- RandomCrop: {aspect_ratio: NULL, cover_all_box: True} - RandomCrop: {aspect_ratio: NULL, cover_all_box: True}
- RandomFlip: {prob: 0.5} - RandomFlip: {prob: 0.5}
...@@ -17,7 +16,6 @@ TrainReader: ...@@ -17,7 +16,6 @@ TrainReader:
shuffle: true shuffle: true
drop_last: true drop_last: true
use_shared_memory: true use_shared_memory: true
mixup_epoch: 100
EvalReader: EvalReader:
sample_transforms: sample_transforms:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册