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

Is it possible to build this for windows? #14

Open VeroL opened 7 years ago

VeroL commented 7 years ago

Hi, I use Windows 10, anaconda3 and Python 3.6 I was wondering if i would be able to build the utils if I change the paths in the file build.sh. e.g. $PYTHON_DIR/lib/libpython3.5m.so to Windows Anaconda equivalent (if there is one). then run bash using cygwin.

Or should I give up and use a Linux machine? Thanks, Véro

ValentinMuhr commented 7 years ago

@VeroL Hi Véronique, were you able to build it on Windows? Thanks!

mitmul commented 6 years ago

@VeroL Thank you for trying my code. I don't have Windows environment, so I can't try it... If anyone succeeded to use this repo on Windows, I'd appreciate it if you could share some know-how.