/FCN-TensorFlow

TensorFlow based implementation of Fully-Convolutional Network

Primary LanguagePython

Fully-Convolutional Network in TensorFlow


This repository provides a basic implementation of Fully-Convolutional Network in TensorFlow. The code uses pretrained VGG network for its initialization. Refer to the paper for more details [https://computing.ece.vt.edu/~f15ece6504/slides/L13_FCN.pdf]. For training the network on your own dataset, modify the code available in the file inputReader.py to read in the data. Use trainer_fcn.py script to start training.



Email: 12bscsssiddiqui@seecs.edu.pk