MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

training dataset #10

Closed Yaffa1607 closed 7 years ago

Yaffa1607 commented 7 years ago

Hi , what is the format of the data for training? I have a folder of images to train. How do I pass it through training?

MarvinTeichmann commented 7 years ago

Training code is coming soon. Stay tuned. The given code currently justs builds the computational graph. So you can use any data format you like as long as you are able to implement read/write for it and the corresponding input / validation pipeline.

MarvinTeichmann commented 7 years ago

Code will be properly published after CVPR deadline.

Yaffa1607 commented 7 years ago

Hi Marvin ,

For fine tuning the network , should the labels be an array of 1's and 0's for the corresponding images?

On Mon, Oct 24, 2016 at 12:06 PM, Yasha Jain yvj@andrew.cmu.edu wrote:

Hi , I am having a looot of trouble trying to train it. Do the images need labels/ image masks to train? Or can I pass a batch of images and it willl automatically detect the part? I am trying to detect hands in images. Can you please tell me how to structure the image folder and pass it to train in the vgg.build?

On Mon, Oct 24, 2016 at 5:15 AM, Marvin Teichmann < notifications@github.com> wrote:

Code will be properly published after CVPR deadline.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MarvinTeichmann/tensorflow-fcn/issues/10#issuecomment-255688843, or mute the thread https://github.com/notifications/unsubscribe-auth/APD0U6Pess2Cm6fyCeNNCNKgAICfHM72ks5q3HdOgaJpZM4KeCuZ .

Yaffa1607 commented 7 years ago

Hi , I am having a looot of trouble trying to train it. Do the images need labels/ image masks to train? Or can I pass a batch of images and it willl automatically detect the part? I am trying to detect hands in images. Can you please tell me how to structure the image folder and pass it to train in the vgg.build?

On Mon, Oct 24, 2016 at 5:15 AM, Marvin Teichmann notifications@github.com wrote:

Code will be properly published after CVPR deadline.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MarvinTeichmann/tensorflow-fcn/issues/10#issuecomment-255688843, or mute the thread https://github.com/notifications/unsubscribe-auth/APD0U6Pess2Cm6fyCeNNCNKgAICfHM72ks5q3HdOgaJpZM4KeCuZ .