aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

reorganized for easier use #77

Open waspinator opened 6 years ago

waspinator commented 6 years ago

Hi @ahundt,

Thanks for your work on this project. I just wanted to share my take on how to run this system. I set it up with docker and jupyter, and reorganized a bit to make it easier to get started. My goal is to try and make it as easy as git clone, docker-compose up, and Run.

If anyone wants to give it a try, I'd be happy to get some feedback.

https://nbviewer.jupyter.org/github/waspinator/deep-learning-explorer/blob/master/semantic-segmentation/notebooks/fcn.ipynb

https://github.com/waspinator/deep-learning-explorer