Trefo / FCN.tensorflow

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

Recursive or multilevel file structure #6

Open dcunhas opened 6 years ago

dcunhas commented 6 years ago

It is necessary to support a recursive file structure for images and labels. The file read_in_data.py must be modified to support recursive/multilevel file structures. This structure must be specifiable at runtime, possibly as a flag. This can be a simple recursive flag signaling to look recursively for files or as a specific directory structure used to search for files.

Please comment with suggestions regarding the best method for doing this or submit a pull request for it.