mitmul / ssai-cnn

Semantic Segmentation for Aerial / Satellite Images with Convolutional Neural Networks including an unofficial implementation of Volodymyr Mnih's methods
http://www.ingentaconnect.com/content/ist/jist/2016/00000060/00000001/art00003
MIT License
260 stars 75 forks source link

Backward compatability fix #6

Open Skylion007 opened 8 years ago

Skylion007 commented 8 years ago

Makes the repo work if your Python framework < 3.5

This solves #3. I would recommend you accept the request as Python 3.4 is still widely used because of the many minor breaking changes that were introduced in Python 3.5. One example is that on Windows, the compiler was changed meaning that all old packages need to be recompiled. Thank you so much for the useful repo!