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 preparing my own data for training.
I am running the "generate_train.m" script from pytorch-vdsr and I have changed the path to the folder with images (approx 70k images). I have 2 doubts:
My images are of different dimensions, so will that cause a problem in training?
How do I add labels 'label_x2' and 'label_x4'?
I am to new to HDF format and hence the issue.
The text was updated successfully, but these errors were encountered:
@smahajan07 sry for the late reply. For LapSRN,you need to generate the hdf5 file with two outputs. I will push the code in the following days, basically just simple modification of "generate_train.m" script from pytorch-vdsr
@twtygqyy I have now managed to write a similar script in python. It seems to be working for now, but I am still facing some minor issue with the dimensions of images (like should we modify the image dimensions before creating HDF5 or let them remain as they are? I have a diverse data set in terms of szie) ; the patches of images it sends in the data and label part. The paper mentions that we send random 64 patches of 128x128, but in 'generate_train.m' we send all patches of the image, right?
PS. will wait for your push and will then compare my python script with it / or matlab, if that works fine on my end.
Hi!
I am preparing my own data for training.
I am running the "generate_train.m" script from pytorch-vdsr and I have changed the path to the folder with images (approx 70k images). I have 2 doubts:
I am to new to HDF format and hence the issue.
The text was updated successfully, but these errors were encountered: