tf-image-segmentation icon indicating copy to clipboard operation
tf-image-segmentation copied to clipboard

Image Segmentation framework based on Tensorflow and TF-Slim library

Results 36 tf-image-segmentation issues
Sort by recently updated
recently updated
newest added

First of all, thank for this great library. I want to train 2 class. But when I generate tfrecords file, there is no label parameter. How can I insert or...

Hi, I was wondering if we can utilize the fcn_8s_train.py file to fine-tuned the FCN8s on our own dataset. It seems that when I do this, there is an incompatible...

hi,when we use cityscapes ,the input image size of the network can not be too high,such as 400\*400,however, the image size of cityscapes is 1024\*2048. so we could crop the...

The pascal voc directories need to be fixed as they are currently in multiple locations, leading to confusion. This file: https://github.com/warmspringwinds/tf-image-segmentation/blob/master/tf_image_segmentation/utils/pascal_voc.py should most likely be in this folder: https://github.com/warmspringwinds/tf-image-segmentation/tree/master/tf_image_segmentation/recipes/pascal_voc Either...

WRT https://github.com/warmspringwinds/tf-image-segmentation/blob/master/tf_image_segmentation/utils/tf_records.py#L37 I think you should reconsider using scipy.misc.imread in place of PIL Image, because for VOC datasets, the PIL loads a grayscale image for the segmentation annotation, while a...