Dootmaan/DSRL

some questions about datasets

Opened this issue · 1 comments

tks for ur work. i have git clone ur code, and got some trouble on the datasets. e.g: while i run the main in 'cityscapes.py' it print the right picture, that image and label concatnate together. but it will return a distortion picture(colour went wrong) from dataloader in the 'train.py'. as a result the output_sr got a whole black picture and output_seg has the same problem.

Hi there, thank you for your question. Dataloader in train.py will do augmentations for trainning datasets and that may be the reason of distortion. And for the whole black problem, please make sure the outputs are multiplied by 255.