Skip to content

Commit 7552a07

Browse files
committed
[release] illumination augmentation
1 parent f2bc26b commit 7552a07

File tree

2 files changed

+211
-220
lines changed

2 files changed

+211
-220
lines changed

docs/modules/prepro.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ Some of the code in this package are borrowed from Keras.
3232

3333
zoom
3434
zoom_multi
35+
3536
brightness
3637
brightness_multi
3738

39+
illumination
40+
3841
imresize
3942

4043
samplewise_norm
@@ -66,8 +69,6 @@ Some of the code in this package are borrowed from Keras.
6669
sequences_add_end_id_after_pad
6770
sequences_get_mask
6871

69-
distorted_images
70-
crop_central_whiten_images
7172

7273

7374
Threading
@@ -126,6 +127,10 @@ Brightness
126127
.. autofunction:: brightness
127128
.. autofunction:: brightness_multi
128129

130+
Illumination
131+
^^^^^^^^^^^^^^
132+
.. autofunction:: illumination
133+
129134
Resize
130135
^^^^^^^^^^^^
131136
.. autofunction:: imresize
@@ -213,13 +218,3 @@ Add End ID after pad
213218
Get Mask
214219
^^^^^^^^^
215220
.. autofunction:: sequences_get_mask
216-
217-
218-
Tensor Opt
219-
------------
220-
221-
.. note::
222-
These functions will be deprecated, see ``tutorial_cifar10_tfrecord.py`` for new information.
223-
224-
.. autofunction:: distorted_images
225-
.. autofunction:: crop_central_whiten_images

0 commit comments

Comments
 (0)