Closed Sophia-intel closed 7 years ago
You will have to post your whole augmentation sequence and the full error message.
A quick googling makes it sound like you might have chosen an invalid value for mode
in Affine
.
full error:
-PC:~/Downloads/imgaug-master$ python ./generate_example_images.py
/usr/lib/python2.7/dist-packages/skimage/segmentation/slic_superpixels.py:96: UserWarning: Default value of keyword sigma
changed from 1
to 0
.
warnings.warn('Default value of keyword sigma
changed from 1
'
Traceback (most recent call last):
File "./generate_example_images.py", line 177, in
Your skimage
version seems to be fairly outdated. The warning shown was removed about two years ago. Try running sudo pip install --upgrade skimage
. It should work with version 0.12.x
.
I have done sudo pip install --upgrade scikit-image && sudo pip install --upgrade Cython ,it really worked,thank you very much,this code really help me enlarge my dateset!
after load image,make draw_grid(image,cols=8,rows=8),there have a problem boundary mode not supported.how to deal with?