ImageFlow
ImageFlow copied to clipboard
A simple wrapper of TensorFlow for Converting, Importing (and Soon, Training) Images in tensorflow.
Dear @HamedMP I use your code in example folder and tried to train my network with that. However, when I start the training process I receive only a portion of...
It seems that reader.py doesn't get installed when you do pip install imageflow. edit: I looked in my package directory and did see the reader.py file and util.py files.. but...
Would it be possible to also include an example of how to create the TFRecord with multiple labels? I've been working on this, but am stuck--not sure if I'm not...
Hi HamedMP, I have been studying this library and found is very amazing. I trained my own model and I want to make prediction to having a predicted label with...
from: init = tf.initialize_all_variables() to: init = tf.group(tf.initialize_all_variables(), tf.initialize_local_variables()) as stated in: http://stackoverflow.com/questions/38136081/setting-num-epochs-on-tf-train-string-input-producer-produces-an-error
Would you provide a test example based on`test.tfrecords`? After the training of the model is finished, I want to get the predicting labels for every testing image and save them...
Hi, I'm the author of https://github.com/imazen/imageflow - another image processing tool. Do you think we should add a disambiguation paragraph on each repo?
First of all, thank you @HamedMP for the huge work. In my opinion, to extend ImageFlow functionalities, a nice feature to add is giving the possibility to create a new...