As I tried to run "run_pascal.sh" in deeplapv2, I got the following error:
Unknown enumeration value of "IMAGE_SEG_DATA" for field "type".
I found a solution stating that I should change the type of the layer from "IMAGE_SEG_DATA" to "ImageSegData", but the solution didn't work.
Finally, I found the definition of this layer in "image_seg_data_layer.cpp". However, this layer isn't defined in the "caffe.proto".
I traced back to the "caffe.proto" of deeplab v1 and there is actually an enumeration value named IMAGE_SEG_DATA.
Please show me how to fix this problem!