Mmdetection: Where to make data augmentation? the inference?

Created on 29 Dec 2018  路  7Comments  路  Source: open-mmlab/mmdetection

Most helpful comment

@hellock where to change model type between "range" and "value"?

All 7 comments

You can modify img_scales to be a list of tuple for multi-scale inference, and flip_ratio to be positive for horizontal flipping.

135

Thanks for your reply. Beside that , i also wanna to blur the training data, where can i do that?

You can add new transforms or modify current transforms, see here for details.

only support 2 scale?

@spytensor The inference supports any scales.

@hellock where to change model type between "range" and "value"?

Was this page helpful?
0 / 5 - 0 ratings