HasnainRaz / FC-DenseNet-TensorFlow

Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
MIT License
123 stars 41 forks source link

Some minor bugs. #12

Closed Ouwen closed 5 years ago

Ouwen commented 5 years ago

Great work on this btw, very readable!

Ouwen commented 5 years ago

https://github.com/HasnainRaz/FC-DenseNet-TensorFlow/blob/e709d6376c2427fd4701e5b3ad7fcd48231fa5ab/model.py#L162

vs original code

HasnainRaz commented 5 years ago

Thank you for the feedback.

Yeah sorry about those, I made this because of a project I was working on, so I may have changed the pooling window and weight inits. Good catch, I'll restore them to the originals.