Skip to content

TensorFlow based implementation of Fully-Convolutional Network

Notifications You must be signed in to change notification settings

AFIDclan/FCN-TensorFlow

 
 

Repository files navigation

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

About

TensorFlow based implementation of Fully-Convolutional Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%