Skip to content

ferryer/FCN-tensorflow-hzp

Repository files navigation

FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (FCNs).

##主要变化 增加了单张图片测试代码。 added test code of image

增加了详细的自己数据集准备代码 added detailed code for preparing your own dataset

代码详解博客: The implementation is largely based on the reference code provided by the authors of the paper link.

##使用步骤 Data_produce is used for making your datasets;FCN.py can train your data;Data_zoo are used to hold data,have two folders ,images and annotations .you should divide into training set and test set,the name of original image and the label must correspond one by one.Please refer to the blog for specific training steps.link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published