pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is FCNs implementation from?

weixuansun opened this issue · comments

I found the FCNs network structure(which has 2 more skip connections) is not included in the original FCN paper, but I do found some performance improvement by using it. I wonder is there any reference for this structure or it is just created by you?

@weixuansun Hold the same view ~ I checked this code, the code has 2 more skip connections(usually refer to pool1 & pool2 in common FCN) but I got a worse result to fine-tune my datasets compared to my original tf version.