titu1994 / Fully-Connected-DenseNets-Semantic-Segmentation

Fully Connected DenseNet for Image Segmentation (https://arxiv.org/pdf/1611.09326v1.pdf)
84 stars 41 forks source link

training & testing? #1

Closed ahundt closed 7 years ago

ahundt commented 7 years ago

Have you trained and tested with this? I don't see anything to load a semantic segmentation dataset.

titu1994 commented 7 years ago

Not yet. I just implemented the model from the paper. I still have to see if the implementation is currently correct and then train it on some segmentation dataset.

ahundt commented 7 years ago

Cool, thanks for the update. I'm curious if simply tweaking your other densenet implementation to use atrous convolutions could be more effective than the method in the tiramisu paper. I'm planning on doing this with resnet as detailed in this keras-resnet issue first then might try it on densenets as well. Also there are some links to code in that issue that can load the camvid dataset which may save you time.