Event language
UI language
Kornia is a library that implements state-of-the-art and classical Computer Vision algorithms in PyTorch. The library is written from scratch using pure PyTorch operators and uses the auto-reverse differentiable engine to allow the user to plug any component within neural networks. During the talk we'll cover the different principle designs and functionalities found in each of the components of the library. For more information about the project, checkout the website:<a href="http://www.kornia.org/" rel="nofollow" target="_blank"> www.kornia.org</a> To learn about our coding activities, visit our GitHub: <a href="https://github.com/kornia/kornia" rel="nofollow" target="_blank">https://github.com/kornia/kornia</a>