HasnainRaz / FC-DenseNet-TensorFlow

Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
MIT License
123 stars 41 forks source link

How to set the dataset? #15

Closed yangyang9706 closed 5 years ago

yangyang9706 commented 5 years ago

How to set the dataset?

HasnainRaz commented 5 years ago

You define the root folder to your data using the command line parameters. Refer to the README. Folder structure needs to be like:

  1. a root folder inside which there are 2 folder "images" and "masks".
  2. Each Image and mask pair should have the same file names.