Skip to content

issues Search Results · repo:HamedMP/ImageFlow language:Python

Filter by

13 results
 (75 ms)

13 results

inHamedMP/ImageFlow (press backspace or delete to remove)

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 my whole images in my tfrecords file (actually ...
  • hajbabaeim
  • Opened 
    on Jun 4, 2017
  • #18

Dear @HamedMP , I use files in example folder for reading and convert images to tfrecords file. but, I have some errors: I using grayscale transform, so my images are 2D array. first, I had a too many ...
help wanted
  • hajbabaeim
  • 1
  • Opened 
    on Apr 24, 2017
  • #17

The function tensorflow.image.per_image_whitening (used here) no longer exists. It has been renamed in TensorFlow 0.12 to tensorflow.image.per_image_standardization. See TensorFlow 0.12 release notes ...
  • javiribera
  • Opened 
    on Dec 27, 2016
  • #14

How can I install ImageFlow in Anaconda?
  • blgnksy
  • 1
  • Opened 
    on Dec 18, 2016
  • #13

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 for some reason It throws ...
  • usmcamp0811
  • Opened 
    on Dec 17, 2016
  • #12

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 interpreting the example incorrectly or ...
  • SCGT496
  • Opened 
    on Dec 2, 2016
  • #11

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 a new image. Not sure how to do it, may you ...
  • deeperic
  • Opened 
    on Nov 13, 2016
  • #10

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 ...
  • deeperic
  • Opened 
    on Nov 12, 2016
  • #9

I m currently running Jupyter notebook using tensorflow-notebook . When I try import imageflow, I get the following: --------------------------------------------------------------------------- ImportError ...
enhancement
help wanted
  • ballardt
  • 4
  • Opened 
    on Sep 24, 2016
  • #8

I used ImageFlow to create a tensorflow tfrecords file on my own images. My images are of the same size 223x334x3. I tried the cifar example on my own images. Because the cifar convnet need image of 32x32 ...
  • stevechoris
  • 2
  • Opened 
    on Jul 23, 2016
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub