0

I was having a problem for configuring caffe to do pixel wise segmentation. However, after research, I found that you can create another Imdb database for labels. I have done that, but I don't know how to link the data and label databases in the training prototxt file. Any example would be much appreciated.

zx485
  • 28,498
  • 28
  • 50
  • 59

1 Answers1

0

Since you are aiming for pixel-wise segmentation I'm gonna call what you call labels as ground truths.

The simple solution is - Use two input layers.

Use one input layer to read the image and some fake labels. Use another input layer to read the ground truth and some fake labels. Use the image and ground truth blobs wherever appropriate in your network.

malreddysid
  • 1,342
  • 1
  • 9
  • 12