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
Try: 1, If your image is a gray-scale one, convert it to RGB by duplicating it into three channels. 2, Resize your image such that the longest edge is lower than 1024.
Try: 1, If your image is a gray-scale one, convert it to RGB by duplicating it into three channels. 2, Resize your image such that the longest edge is lower than 1024.
Thank you very much, I successfully solved this problem. However, I'm facing a new problem now:
I have a set of images and corresponding MOS scores. How do I convert the data into a format for UNIQUE training? How would I get 'y', 'std1', 'std2', and 'yb' from the code mentioned in ImageDataset.py? I thought 'std' meant the standard deviation of the MOS score, but it seems not to be the case? Thank you.
An error was encountered while running the above code
This is a png image with a resolution of 5218*2160. What do I need to change to solve this error?
The text was updated successfully, but these errors were encountered: