wuyang0329 / unet

this is a simple demo for image segmentation.----unet网络进行语义分割的demo,用的数据集是KITTI
97 stars 38 forks source link

Found X images belonging to 1 classes although there are more than 1 classes #23

Open NatthapolS opened 4 years ago

NatthapolS commented 4 years ago

Hi, I have this problem for a while now. I have 8 classes in my dataset but every time I run the train.py, it keeps showing me "Found X images belonging to 1 classes"

I tried changing the format of my label to TIFF, JPEG, and PNG already but does not seem to help. I also tried using CamVid dataset, both 2 and 32 classes but it also showed "1 classes". Could anyone please help me with this issue?

NatthapolS commented 4 years ago

Test

From the graph, I think the labels were not read at all.

The testing result shows only red color in the entire image.

image

darvida commented 4 years ago

i have a similar problem

dacisie36 commented 3 years ago

and me