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

Add support for RetinexFormer #270

Merged
merged 3 commits into from
May 28, 2024
Merged

Add support for RetinexFormer #270

merged 3 commits into from
May 28, 2024

Conversation

RunDevelopment
Copy link
Member

Closes #269.

This is our first low-light model, so that's quite interesting.

We also need to add more ways to tile images in the future. Low-light models (and similar) rely on global image information to remap colors, so chaiNner's normal tiling methods are pretty much useless. Right now, I used the same trick the RetinexFormer authors used for really large images: interlacing. This isn't a silver bullet though. More on that in the future.

@joeyballentine joeyballentine merged commit 2f71a10 into main May 28, 2024
8 checks passed
@joeyballentine joeyballentine deleted the retinexFormer branch May 28, 2024 19:35
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

Successfully merging this pull request may close these issues.

Retinexformer support?
2 participants