tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

perform the semantic segmentation based on Densenet #15

Closed huaiyanggongzi closed 7 years ago

huaiyanggongzi commented 7 years ago

Hi Thibault,

Thanks for sharing the Densenet code. If I want to leverage this architecture for semantic segmentation work, do you have any suggestions? My preliminary thought is to add deconvolutional braches, while treating the current densenet as the feature encoding part. Thanks.

tdeboissiere commented 7 years ago

I think it's already been explored in details here: https://arxiv.org/abs/1611.09326 That should be a good starting point.

RaananHadar commented 7 years ago

Hi, I've found a github repository which implemented this very paper quite recently. You can find it here I suggest you check if the code works (I would love to hear your experience with it) and if it does, you can close the issue.