lzachmann / DeepOSM

Train a deep learning net with OpenStreetMap features and satellite imagery.
MIT License
0 stars 0 forks source link

Implement segmentation #3

Open lzachmann opened 7 years ago

lzachmann commented 7 years ago

We can do segmentation using an existing Convolutional Neural Network by applying it in a Fully Convolutional manner. -- Daniil's blog

lzachmann commented 7 years ago

A GitHub repo containing a TensorFlow implementation of Fully Convolutional Networks for Semantic Segmentation (FCNs).