https://store-images.s-microsoft.com/image/apps.36555.751f5a27-0f27-4e4f-b3a4-68eed813c64e.6373000a-c8ff-4b13-8285-1cd5cc118d58.4476b2cf-14d3-4a78-89ab-ab2613b276d9
Kornia
bCloud LLC에 의해
Just a moment, logging you in...
Version 0.8.1 + Free with Support on Ubuntu 24.04
Kornia is an open-source differentiable computer vision library built on top of PyTorch. It enables developers, researchers, and engineers to apply traditional computer vision algorithms as fully differentiable modules, making it easy to integrate with deep learning pipelines. Kornia provides a wide range of tools for image processing, geometry, feature detection, and augmentation, supporting both academic research and industrial applications.
Features of Kornia:- Built on top of PyTorch, enabling GPU acceleration and seamless integration with deep learning workflows.
- Differentiable implementations of classical computer vision algorithms.
- Modules for image filtering, geometry, morphology, and feature detection.
- Powerful data augmentation toolkit for training robust deep learning models.
- Easy to use, modular, and extensible for both research and production environments.
- Supports batch processing and parallelism for large-scale datasets.
- Open-source and actively maintained by the community.
- Lightweight, flexible, and scalable for small projects as well as enterprise-level systems.
To check the version of Kornia run the following commands:
# sudo su
# sudo apt update
# cd /opt
# source /opt/kornia-env/bin/activate
# pip show kornia | grep Version