kevinddchen / Keras-FCN

Keras implementation of fully convolutional network for semantic image segmentation
MIT License
14 stars 6 forks source link

LABEL_MAT #4

Open MusaAkyuz opened 1 year ago

MusaAkyuz commented 1 year ago

ı was reviewing your code. You are sharing data folder. And includes images and text files which includes images name. In "data.ipynb" file, you are defining variables which the files paths. But there is no folders or files about labels. Are you creating these files after execution? I'm trying to understand this.

## Paths ======================================
IMAGES_MAT = 'data/images_mat/'
IMAGES_PNG = 'data/images_png/'
LABELS_MAT = 'data/labels_mat/'
LABELS_PNG = 'data/labels_png/'

TRAIN_MAT = 'data/train_mat.txt'
TRAIN_PNG = 'data/train_png.txt'
VAL_MAT = 'data/val_mat.txt'

TRAIN = 'data/train.tfrecords'
VAL = 'data/val.tfrecords'
## ============================================
kevinddchen commented 1 year ago

I am not 100% sure, since its been so long since I wrote this code, but I think the missing files are from the SBD dataset. The link in the README appears to be broken, but this may be the current link: https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html