Sam
Sam
> > @wuyang0329 > > Thanks for your reply.. > > then why it detects all the samples as sample in class 1? Currently, when I train the network all...
> > > > @wuyang0329 > > > > Thanks for your reply.. > > > > then why it detects all the samples as sample in class 1? Currently,...
@wuyang0329 Have you, yourself tried the code for multi-class segmentation? I have almost given up with it, I guess it's not gonna work
> > @wuyang0329 > > Have you, yourself tried the code for multi-class segmentation? > > I have almost given up with it, I guess it's not gonna work >...
@wuyang0329 I have checked the images and labels and compared with the camvid dataset its similar. I have created my labels as below: assuming the image size is 4x4 so...
@Noiredd I have done the make all,make test and make runtest without any error, also make pycaffe was successful. As It mentioned when I import caffe also no issue. this...
@Noiredd the error happens in this line input_image = 255 * caffe.io.load_image(input_file)
@BeLEEU I have the same issue. have you solved it?
your input image size is bigger than 500 x 500
hi, first, check if you install correct caffe version which has the MULTI_STAGE... layer. second, consider checking the prototext. It is written in the older caffe version, for instance the...