mxnet.image.DetBorrowAug¶
-
class
mxnet.image.
DetBorrowAug
(augmenter)[source]¶ Borrow standard augmenter from image classification. Which is good once you know label won’t be affected after this augmenter.
- Parameters
augmenter (mx.image.Augmenter) – The borrowed standard augmenter which has no effect on label
Methods
__init__
(augmenter)Initialize self.
dumps
()Override the default one to avoid duplicate dump.