Evan1127-Lin

Results 3 comments of Evan1127-Lin

> @ggsDing Thanks for your reply, I will try again. Hello, I also encounter the same problem as you met. Have you succeeded addressing this issue?

@ggsDing Excuse me, I have tried adding the following codes: labels_A = RS.Colorls2Index(labels_A) labels_B = RS.Colorls2Index(labels_B) after the code part: if args['gpu']: imgs_A = imgs_A.cuda().float() imgs_B = imgs_B.cuda().float() labels_bn =...

@ggsDing I have succeeded solving the issue mentioned above. The solution is modifying "RS_ST.py" file by adding 2 code lines at the last of function "read_RSimages": labels_A = Colorls2Index(labels_A) labels_B...