You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2018/05/15 16:42:49 UTC

[incubator-mxnet] branch master updated: fix doc (#10943)

This is an automated email from the ASF dual-hosted git repository.

haibin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 0442954  fix doc (#10943)
0442954 is described below

commit 04429545db77731207b73456f9b88dedb3e0931d
Author: Joshua Z. Zhang <ch...@gmail.com>
AuthorDate: Tue May 15 09:42:33 2018 -0700

    fix doc (#10943)
---
 docs/api/python/image/image.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/api/python/image/image.md b/docs/api/python/image/image.md
index a3e2a16..82af4aa 100644
--- a/docs/api/python/image/image.md
+++ b/docs/api/python/image/image.md
@@ -88,6 +88,7 @@ A list of supporting augmenters
     image.CastAug
 ```
 
+#### Image Iterator for Object Detection
 Similar to `ImageIter`, `ImageDetIter` is designed for `Object Detection` tasks.
 ```eval_rst
 .. autosummary::
@@ -178,6 +179,7 @@ and a list of augmenters specific for `Object detection` is provided
 .. autoclass:: mxnet.image.RandomCropAug
 .. autoclass:: mxnet.image.RandomSizedCropAug
 .. autoclass:: mxnet.image.CenterCropAug
+.. autoclass:: mxnet.image.SequentialAug
 .. autoclass:: mxnet.image.RandomOrderAug
 .. autoclass:: mxnet.image.BrightnessJitterAug
 .. autoclass:: mxnet.image.ContrastJitterAug

-- 
To stop receiving notification emails like this one, please contact
haibin@apache.org.