-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I test all the images in one folder? #10
Comments
Hi, You can run the following script:
and, please see the configuration file, First, please change the dataroot_lq to your image file folder. And comment out dataroot_gt
Then, change the location of pretrained model
Or, you can refer to the following configuration
|
Thank you. After I changed like that, self.gt_folder, self.lq_folder = opt['dataroot_gt'], opt['dataroot_lq'] |
|
hi, the output file may be in this folder?
|
hi, sorry for inconvenice. I have updated the inference.py at our repository, please try it! It should can work. It is modified from BasicSR You just need to change 'input_dir', 'output_dir' and 'model_path'
|
Thank you very much. Can I try this model with any size of images? |
@circlebig hi, I uploaded the 'inference.py' in the repository, now you can try it again! i have fixed up some bugs. I ignored the tiling process in the previous version. Now you can run it easily, it works on my computer (any size of images are acceptable for DRCT) |
I don't know how to test my images in one folder.
I will use your pretrained model.
Can you help how can I use your model to train my images?
The text was updated successfully, but these errors were encountered: