Open Strand2013 opened 6 years ago
@RaceSu I am having the same error. Did you find the solution?
hello, I also meet this problem. In my case. I want to train pspnet50 on ADE datasets. But I only need 8 classes in ADE datasets. So I modify the datasets. I found some of the images size is a little different from the original size. So I resize these images by nearest. It work.
Specificly. I use the python to modify the dataset. The round function is different from that in matlab. This is the problem source.
@RaceSu I am having the same error. Did you find the solution?
I solved it, the image height and width you set in code is not same as the input image's height and width, and the image need to be cv2.imread in and cv2.imwrite out, it will work, I don't know why.
@RaceSu I am having the same error. Did you find the solution?
I solved it, the image height and width you set in code is not same as the input image's height and width, and the image need to be cv2.imread in and cv2.imwrite out, it will work, I don't know why.
I'm having the same error. I'm sure my image size is same. So I want to know what‘s your mean 'the image need to be cv2.imread in and cv2.imwrite out' Thanks.
I met the error as follow when I train the model. "OutOfRangeError (see above for traceback): FIFOQueue '_1_create_inputs/batch/fifo_queue' is closed and has insufficient elements (requested 1, current size 0)"