[FEAT] Improve kornia.color
See original GitHub issueI open this since we might want to implement the following operators in kornia.color
module. The motivation is that torchvision only supports this for PIL images, we want to give support for torch.Tensor:
Assigned -> @priba
-
kornia.color.adjust_brightness
https://github.com/arraiyopensource/kornia/pull/195 -
kornia.color.adjust_contrast
torchvision ref -
kornia.color.adjust_hue
torchvision ref -
kornia.color.adjust_saturation
torchvision ref -
kornia.color.adjust_gamma
torchvision ref
Extra:
-
kornia.color.zca_whitening
numpy ref
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
kornia.color - Read the Docs
kornia.color.bgr_to_grayscale(image)[source]#. Convert a BGR image to grayscale. The image data is assumed to be in the range of (0, 1). First flips to...
Read more >[ROADMAP] Kornia v0.6 · Issue #930 - GitHub
This is the roadmap for Kornia v0.6 that mainly will focus in the following highlight features: Improve kornia.augmentations and refactor ...
Read more >LibreCV (@cv_libre) / Twitter
Kornia, the popular Computer Vision library, is hosting a Docs 'n Demos Sprint ... Planckian jitter: enhancing the color quality of self-supervised visual ......
Read more >kornia: Versions | Openbase
More augmentations! [feat] Added Jigsaw Augmentation by @shijianjian in https://github.com/kornia/kornia/pull/1852; [Feat] Added AugmentationDispatcher by @ ...
Read more >Improving the Perceptual Quality of 2D Animation Interpolation
Secondly, we design a Distance Transform Module (DTM) that lever- ages line proximity cues to correct aberrations in difficult solid-color re- gions. Thirdly, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It could be nice to have other color operators like DeepMind/Tensorflow:
https://github.com/deepmind/multidim-image-augmentation/blob/master/doc/color_augmentation_colab.md
closing this. Will open new one with the whitening function