Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ОпубликоватьВойти
catalog / Vision & Image / Kornia — Geometric Computer Vision Library
◆SkillVision & ImageFree

Kornia — Geometric Computer Vision Library

Differentiable computer vision library built on PyTorch: geometry, augmentation, colour, filtering, feature extraction, and more.

@ai-supply
Установки110k
Рейтинг★ 4.6
Отзывы37
↗ Исходный репозиторий

Kornia

Kornia is a differentiable computer vision library on top of PyTorch. Every operation — from homography estimation to image augmentation — is implemented as a differentiable module, making it ideal for learning-based vision pipelines and end-to-end training.

Key Features

  • Geometry: camera models, homographies, epipolar geometry, pose estimation
  • Image processing: filtering, colour space conversion, morphology, edge detection
  • Augmentation: photometric and geometric transforms for training data
  • Feature extraction: SIFT, LoFTR, DISK, KeyNet, SOLD2 descriptors
  • 3D vision: depth, point clouds, quaternions, rotation groups (SO3/SE3)
  • Fully differentiable — gradients flow through every op

Quick Start

import torch
import kornia
import kornia.augmentation as K

# Differentiable augmentation pipeline
aug = K.AugmentationSequential(
    K.RandomHorizontalFlip(p=0.5),
    K.ColorJitter(0.2, 0.2, 0.2, 0.2),
    K.RandomGaussianBlur((3, 3), (0.1, 2.0)),
    data_keys=["input", "bbox"],
)
tensor = torch.rand(2, 3, 256, 256)
out = aug(tensor)

Install via ai-supply

npx ai-supply add kornia-geometric-vision-library

Curated mirror of the open-source Kornia (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Маркетплейс возможностей ИИ. Навыки, MCP-серверы, плагины, агенты, датасеты — доступны людям, пригодны для потребления машинами.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Маркетплейс
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
  • Распределение дохода
Аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность