converter - how do i convert photographs to tensors -


i neophyte neural network user trying grips tensorflow. have used mnist dataset test, , use real world data. can point me "howto" or paper or source tells me how go converting digital photographs in files, (jpeg, png, gif, wmf), tensors ready import tensorflow please?

cheers!

you can use tensorflow image functions load images , convert them tensors. after loading images, want @ tf.image.resize_bilinear resize images standard sizes.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -