mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 383 forks source link

Compiles Pillow-SIMD with libwebp support, closes #193 #194

Closed daniel-j-h closed 4 years ago

daniel-j-h commented 4 years ago

Resolves #193. We compile Pillow-SIMD from source; if libwebp is not present we do not compile support for webp. This changeset fixes this mistake.

Pillow-SIMD compilation feature check: https://github.com/python-pillow/Pillow/blob/9b927155e693e0a337114422af46677991a010b0/setup.py#L659-L668

cc @oneOfThePeople

daniel-j-h commented 4 years ago

If you wait a bit, Travis will build new latest docker images which should then fix the webp issue.