shekkizh / FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
MIT License
1.25k stars 527 forks source link

Training on custom dataset #83

Closed rmmal closed 6 years ago

rmmal commented 6 years ago

How can I create the pickle needed to be able to train my dataset correctly ? also what is the steps to train my custom dataset correctly ?

shekkizh commented 6 years ago

Closing due to inactivity. The pickle is created from the dataset. You need to modify the dataset reader such the directories are correct.