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
I am trying to work with the LowLevel/IPG repository, but I saw a strange configuration in "LowLevel/IPG/options/test_IPG_BasicSR_x2.yml."!
The config seems to be reading directories that do not exist. For example, it tries to read "dataroot_gt: ../SRdata/BasicSR_SR_test/BSDS100/GTmod2," which does not exist in my dataset. When I downloaded the dataset from "https://drive.google.com/drive/folders/1B3DJGQKB6eNdwuQIhdskA64qUuVKLZ9u", the tree structure of directories was different. For example, is there no "../SRdata/BasicSR_SR_test/BSDS100/GTmod2"?!
Did I download the right dataset to infer the model?
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our work!
Actually, the official dataset you have downloaded does not include any LR image. You will have to preprocess it according to the matlab code here: #144
I will make the processed dataset available soon. Please keep tuned!
Thank you for your answer.
I was trying to use your X2 model on other images, but I got a torch.OutOfMemoryError and I first thought it was associated with the large size of ground truth images (around 1.7 MB), so I compressed them to roughly 500 KB, but the issue still persists. Can you find a reasonable explanation for it? (sample image is attached)
I am trying to work with the LowLevel/IPG repository, but I saw a strange configuration in "LowLevel/IPG/options/test_IPG_BasicSR_x2.yml."!
The config seems to be reading directories that do not exist. For example, it tries to read "dataroot_gt: ../SRdata/BasicSR_SR_test/BSDS100/GTmod2," which does not exist in my dataset. When I downloaded the dataset from "https://drive.google.com/drive/folders/1B3DJGQKB6eNdwuQIhdskA64qUuVKLZ9u", the tree structure of directories was different. For example, is there no "../SRdata/BasicSR_SR_test/BSDS100/GTmod2"?!
Did I download the right dataset to infer the model?
The text was updated successfully, but these errors were encountered: