How to train diffusers for Image denoise #11549
Unanswered
abdelkareemkobo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm building a model to denoise simple object images corrupted by various noise types (Gaussian, speckle, salt-and-pepper, etc.), with only 20 clean images. The model should denoise without knowing noise type or level. My expertise is in NLP, not computer vision.
The images are grayscale images only
Data Augmentation:
imgaug
,Albumentations
) support adding multiple noise types for small datasets?Model Selection:
Noise Analysis:
Resources:
Pre-trained models or transfer learning suggestions are welcome. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions