Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 717 Bytes

ResNet + FCN (tensorflow version) for Semantic Segmentation

Notice

The code of the architecture of ResNet is from ry/tensorflow-resnet.

The code of some function of FCN is from MarvinTeichmann/tensorflow-fcn.

At the same time, I read the code of shekkizh/FCN.tensorflow.

Thank ry, MarvinTeichmann and shekkizh :-)

References