SimJeg / FC-DenseNet

Fully Convolutional DenseNets for semantic segmentation.
489 stars 146 forks source link

Why is DB (15 layers)'s feature map number 880? #17

Closed acgtyrant closed 7 years ago

acgtyrant commented 7 years ago

The DB (12 layers)'s feature map number is 656, so DB (15 layers)'s feature map number should be 656 + 15 * 16 = 896.

2017-03-30-165852_459x591_scrot

acgtyrant commented 7 years ago

OK, I get About the "m" number in the paper now.