-
Notifications
You must be signed in to change notification settings - Fork 15
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
Differentiable RGB <-> LAB #4
Comments
I wanted these so I wrote them myself. Could be a pull request here, but, eh, here are the functions at least.
|
@aribenjamin Cool, how about |
As part of an implementation of one of my paper, I have provided a differentiable version of RGB2Lab and Lab2RGB in PyTorch, here https://github.com/smartcameras/EdgeFool/blob/master/Train/rgb_lab_formulation_pytorch.py |
@AliShahin you're implementation results are definitely weird on comparison with skimage result. |
Thank you for your code. But what's the range of each channel in the luv mode? |
Hello, |
@aribenjamin I will keep this issue open for visibility of your code. Can I reiterate, would it be okay for you to include this code in the main package as a Merge Request with credit? |
Since I found this issue first on Github, just to direct others to this implementation in Kornia that looks good to go: |
Hi,
Thanks for the useful implementation of color conversion in PyTorch. I am wondering if you have any implementation for their differentiable versions?
Thanks in advance.
The text was updated successfully, but these errors were encountered: