raghakot / keras-resnet

Residual networks implementation using Keras-1.0 functional API
Other
1.39k stars 616 forks source link

adapt your solution for semantic segmentation problem #27

Closed wenouyang closed 7 years ago

wenouyang commented 7 years ago

Hi, Thanks for sharing the code. I am just curious can this architecture be applied to solve semantic segmentation problem. If possible, which part of your code need to be modified? Thanks.

raghakot commented 7 years ago

You need an encoder-decoder architecture. See: https://blog.keras.io/building-autoencoders-in-keras.html You could use a ResNet for encoder and decoder part.

raghakot commented 7 years ago

Closing due to inactivity. Reopen if you have further queries.