Deeplab训练时候unexpected label
先說一些有意義的答案:
https://groups.google.com/forum/#!topic/caffe-users/CLF4IZ2Tkqk
You probably need to save your labels as 1 Channel png images. Where the labels are encoded with a 0-based index --> in case of voc12 you would needs 21 labels correspoding to the interval [0..20]?
Please be noted that 'NUM_LABELS' used in the shscript is used to generate a prototxt file. You can look at the generatedprototxt in config folder. You will find that 'num_output' in the last fullyconnected layer is the number of class. Becasue the output of last fullyconnected layer is passed to loss layer. You really should check your image,maybe you have more label values that you specified.
On my system, the same error I find because of the reading of *.png image(opencv auto insert filtered the png's edge)
So I just change all the label *.png image to *.bmp format, then all gone right.真正的問題在于我們生成label圖像時候是否使用了cmap,不使用就不會有這個問題。
總結(jié)
以上是生活随笔為你收集整理的Deeplab训练时候unexpected label的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 老普洱茶的功效与作用、禁忌和食用方法
- 下一篇: 桂圆泡水喝的功效与作用、禁忌和食用方法