question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ROADMAP] Kornia v0.1.5

See original GitHub issue

This is the roadmap for kornia v0.1.5 focuses mainly importing in the data augmentation module.

Feel free to volunteer yourself if you are interested in trying out some items(they do not have to be on the list). Please, take a read on the CONTRIBUTING notes.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
shijianjiancommented, Jan 2, 2020

For data augmentation tasks, I think it is better to mimic PyTorch style implementation for better reproducibility.

Take the ColorJitter as an example, the current implementation cannot reproduce the same result via a function call. Currently, we have: 1. colorJitter method, which will generate random params and apply function. 2. ColorJitter class, which does nothing but calls the colorJitter method.

For better reproducibility, I think the PyTorch style is more clear that for ColorJitter class, it will have a get_params static method that generates random params with a def __call__() implementation. Thus, the colorJitter method will apply the transformations only.

One of the use cases of reproducing the transformations can be for segmentation tasks, that we will wish to apply the exact same affine transformations for both input image and mask.

1reaction
ananyamukh6commented, Nov 2, 2019

Volunteering for Morphology, some color conversions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Planet Kornia | The blog to backprop the pixels to the future.
Roadmap Kornia v0.6.0 announcement ... Kornia v0.5.0 release ... PyTorch 1.5 support, accelerated Data Augmentation, stable GPU testing and easy ecosystem ...
Read more >
تويتر \ Kornia على تويتر: "Kornia v0.3.0 is out ! Support for ...
thanks for sharing ! epipolar and projective geometry are in the roadmap for next releases.
Read more >
Kornia documentation
kornia ¶. Kornia is a differentiable computer vision library for PyTorch. It consists of a set of routines and differentiable modules to solve...
Read more >
kornia: Versions | Openbase
Full version history for kornia including change logs. ... This release is just a checkpoint for the features in v0.4.0 with support to...
Read more >
Untitled
Kopiec kosciuszki wysokosc, Chobani simply 100 flavors, Pereezd vo sne, ... Rectoverso cicak di dinding mp3, Minecraft 1.5.2 village taverns, Labrador seal ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found