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

When runing the following code I get this error "InvalidArgumentError (see above for traceback): logits and labels must be same size: logits_size=[1,65536] labels_size=[65536,1]" in cross_entropy_with_logits. I can work around this...

你好,我现在在运行这个代码时产生了下面的错误 Hello, I now have the following error when I run data_pascal_voc.py Using TensorFlow backend. Usage: G:/python code/kreas-FCN-ATH/src/tf-image-segmentation-ahundt-keras/tf_image_segmentation/recipes/pascal_voc/data_pascal_voc.py [(with UPDATE...)] [options] G:/python code/kreas-FCN-ATH/src/tf-image-segmentation-ahundt-keras/tf_image_segmentation/recipes/pascal_voc/data_pascal_voc.py help [COMMAND] G:/python code/kreas-FCN-ATH/src/tf-image-segmentation-ahundt-keras/tf_image_segmentation/recipes/pascal_voc/data_pascal_voc.py (-h | --help)...

Please refer to this question: https://stackoverflow.com/questions/47952187/image-segmentation-with-tensorflow-python NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for /model_fcn32s_final.ckpt [[Node: save/RestoreV2_31 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_31/tensor_names, save/RestoreV2_31/shape_and_slices)]]

Thanks for your great project! In the project, it is deeplab-v2 version, Am I right? Could you please provide us the performance of your deeplab implementation? I am very happy...

Hi, I have several questions regarding using this library 1) If the studied data set is of totally different domain with the typical benchmark set, such as PASCAL VOC, What...

Hello, This is really a great library, but when I try to restore checkpoint I get error: Checkpoint: `https://www.dropbox.com/s/7r6lnilgt78ljia/fcn_8s.tar.gz?dl=0` Code: ```python with tf.Session() as sess: saver = tf.train.import_meta_graph('./models/fcn_8s_checkpoint/model_fcn8s_final.ckpt.meta') saver.restore(sess, './models/fcn_8s_checkpoint/model_fcn8s_final.ckpt.data-00000-of-00001')...

While running the notebook i get the following error. IOError Traceback (most recent call last) in () 24 25 write_image_annotation_pairs_to_tfrecord(filename_pairs=overall_train_image_annotation_filename_pairs, ---> 26 tfrecords_filename='pascal_augmented_train.tfrecords') /home/fmthoker/bonn/lab_vision_systems/slim/models/tf-image-segmentation/tf_image_segmentation/utils/tf_records.py in write_image_annotation_pairs_to_tfrecord(filename_pairs, tfrecords_filename) 36 37 img...

tf.pack should become tf.stack. There are a number of other changes that need to be applied for tf 1.0. https://github.com/tensorflow/tensorflow/releases

My code runs and display two images but the segmentation is just very very poor similar to issue #24, can you see if I am calling the routines incorrectly. ```...

I have scheduled to change from CAFFE to Tensorflow. I achieve a real-time running in City-scapes data set by using CAFFE. I would like to know is it possible to...