mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

Add support of Pillow's `fillcolor` feature #186

Closed puhoshville closed 5 years ago

puhoshville commented 5 years ago

Relates to issue #165


This change is Reviewable

puhoshville commented 5 years ago

All checks are OK, except python 3.3 - Travis failed to download the python 3.3 is not installed; attempting download Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2 0.12s$ curl -sSf -o python-3.3.tar.bz2 ${archive_url} curl: (22) The requested URL returned error: 404 Not Found Unable to download 3.3 archive. The archive may not exist. Please consider a different version.

mdbloice commented 5 years ago

Hi @puhoshville Thanks for making the PR!

I have tried to fix the issue with Travis & Python 3.3 but I could not get it to work. I suppose it is probably time to just stop supporting and testing for 3.3, it reached end of life in 2017 or something anyway. I will get rid of Python 3.3 from the Travis tests and then I will take a look at merging your PR.