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

fix rcnn config (#2698)

上级 bbf14230
...@@ -34,11 +34,7 @@ TestReader: ...@@ -34,11 +34,7 @@ TestReader:
- NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]} - NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]}
- Permute: {} - Permute: {}
batch_transforms: batch_transforms:
<<<<<<< HEAD
- PadBatch: {pad_to_stride: -1., pad_gt: false}
=======
- PadBatch: {pad_to_stride: -1} - PadBatch: {pad_to_stride: -1}
>>>>>>> 0fc9950... fix stride data type
batch_size: 1 batch_size: 1
shuffle: false shuffle: false
drop_last: false drop_last: false
...@@ -20,11 +20,7 @@ EvalReader: ...@@ -20,11 +20,7 @@ EvalReader:
- NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]} - NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]}
- Permute: {} - Permute: {}
batch_transforms: batch_transforms:
<<<<<<< HEAD
- PadBatch: {pad_to_stride: -1., pad_gt: false}
=======
- PadBatch: {pad_to_stride: -1} - PadBatch: {pad_to_stride: -1}
>>>>>>> 0fc9950... fix stride data type
batch_size: 1 batch_size: 1
shuffle: false shuffle: false
drop_last: false drop_last: false
...@@ -38,11 +34,7 @@ TestReader: ...@@ -38,11 +34,7 @@ TestReader:
- NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]} - NormalizeImage: {is_scale: true, mean: [0.485,0.456,0.406], std: [0.229, 0.224,0.225]}
- Permute: {} - Permute: {}
batch_transforms: batch_transforms:
<<<<<<< HEAD
- PadBatch: {pad_to_stride: -1., pad_gt: false}
=======
- PadBatch: {pad_to_stride: -1} - PadBatch: {pad_to_stride: -1}
>>>>>>> 0fc9950... fix stride data type
batch_size: 1 batch_size: 1
shuffle: false shuffle: false
drop_last: false drop_last: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册