Replies: 3 comments
-
@mxnet-label-bot [Question, Data Loading] |
Beta Was this translation helpful? Give feedback.
-
Hi @shawncheeer, As I understand things, An 'augmenter' here, isn't actually a single type of augmentation (e.g. resize) but instead it's a MXNet has a two augmenter out of the box called One last thing to note is that before you can reference your own custom augmenter in @tqchen could you confirm that the above is correct? thanks! Sources: #1956 |
Beta Was this translation helpful? Give feedback.
-
Aside from the above, I'd take a look at Gluon's Transforms. You'll probably find they're an easier way to implement what you need. See https://mxnet.incubator.apache.org/api/python/gluon/data.html#vision-transforms |
Beta Was this translation helpful? Give feedback.
-
Description
I was wondering if there are same examples for us to know how to use aug_seq at mx.io.ImageRecordIter. there are just a few information for it.
Environment info (Required)
Package used (Python/R/Scala/Julia):
I'm using Python for tackle the problem.
Python 2.7
Beta Was this translation helpful? Give feedback.
All reactions