Skip to content
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 to train the model with the image2image mode #21

Open
dangdinh17 opened this issue Jul 24, 2024 · 2 comments
Open

How to train the model with the image2image mode #21

dangdinh17 opened this issue Jul 24, 2024 · 2 comments

Comments

@dangdinh17
Copy link

Thank for your code.
I want to train this model with my dataset, and could i use this model for my image, I have a dataset with pairs of original image and noisy image, noisy images have some kind of noises like motion blur, salt and pepper noise and exposure noise for example.

@explainingai-code
Copy link
Owner

Hi,
In this repo, only gaussian noise is added progressively. It seems that based on your requirement, this paper, might be exactly what you are looking for. They have an implementation online - https://github.com/arpitbansal297/Cold-Diffusion-Models , so the deblurring diffusion(with some modifications) should fit your use case.

@dangdinh17
Copy link
Author

oh thank you, i will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants