-
Notifications
You must be signed in to change notification settings - Fork 188
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
How can I get ISP model for your degrade model? #41
Comments
@yichuangzhang I have the same problem.Please,have you found the corresponding code? |
Read the paper. They cite a model in the paper. |
I don't think it is a trainable ISP model what you are looking for. I assume they just organized a series of image processing/unprocessing steps found in unprocessing into PyTorch classes (instead of Tensorflow). These classes inherit from nn.Module in PyTorch and are grouped within a isp_model class, allowing/forcing them to use the forward() method inside the degradation workflow. So i guess this just enables PyTorch's functionalities for image processing. |
@cszn ,I have same problem in isp model |
No description provided.
The text was updated successfully, but these errors were encountered: