pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks
404 stars 143 forks source link

where is FCNs implementation from? #23

Open weixuansun opened 4 years ago

weixuansun commented 4 years ago

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?

InspirationLaurie commented 4 years ago

@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.