You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for your share, i try to run your code, but it appear one error:
first,i want to know your image, gt are 1D in your dataset?
In standard_loader.py , 47 line code : orgImg=plt.imread(orgPath) ,it will produce 2D array,
but 48 line code : imgs[index,:,:,0]=np.asarray(orgImg[:,:,1]*0.75+orgImg[:,:,0]*0.25), it appear one
error , too many index! and i don't know what you want in this line code?
The text was updated successfully, but these errors were encountered:
thank you for your share, i try to run your code, but it appear one error:
first,i want to know your image, gt are 1D in your dataset?
In standard_loader.py , 47 line code : orgImg=plt.imread(orgPath) ,it will produce 2D array,
but 48 line code : imgs[index,:,:,0]=np.asarray(orgImg[:,:,1]*0.75+orgImg[:,:,0]*0.25), it appear one
error , too many index! and i don't know what you want in this line code?
The text was updated successfully, but these errors were encountered: