Community
Researchers, developers and companies building computer vision in the open. Say hi, ask a question, or bring a proposal.
Get help
Where to ask depends on what you have. Pick the closest one.
A quick question
"Which function does X?", "why is this shape wrong?". Discord, usually answered the same day.
A design question or an idea
Something that needs a longer answer, or a feature you want to propose before writing code. GitHub Discussions.
A bug
Open an issue with a minimal reproduction and the output of the command below. Redact paths and hostnames before pasting.
python -W ignore -c "import kornia, platform, sys, torch; gpu=torch.cuda.get_device_name(0) if torch.cuda.is_available() else 'none'; backend=torch.version.cuda or getattr(torch.version, 'hip', None); print(f'kornia {kornia.__version__} | torch {torch.__version__} | python {sys.version.split()[0]} | OS {platform.platform()} | CUDA/ROCm {backend} (available={torch.cuda.is_available()}, GPU={gpu}) | MPS={torch.backends.mps.is_available()}')"
Join Our Community
Connect with researchers, developers and companies building computer vision in the open.
Build Kornia with us
380 people have shipped code to Kornia, and 121 pull requests were merged in the last 90 days — most of them the same day they were opened. Here is where to start.
First contribution
Small, self-contained, reviewed quickly. Docs fixes, test coverage, error messages and missing operators. Read the contributor guide and the AI & Authorship Policy first — we require a pasted test log and a reference implementation with every PR, and we would rather tell you now than in review.
Library & systems developer
Rust, CUDA and edge runtime. Image ops, linear algebra, camera geometry and Jetson deployment in kornia-rs. These are real gaps in the roadmap, not busywork.
Researcher
Bring a paper into a differentiable, production computer vision library and put it in front of thousands of downstream projects. Propose it in Discussions before you write code — we will help you scope it.
Get mentored
Kornia has mentored students through Google Summer of Code in 2025 and 2026, and we mentor outside the programme too. If you want to spend a summer — or a semester — going deep on differentiable CV, Rust image processing or edge deployment, we will pair you with a maintainer.
Not writing code? Reviewing a pull request, reproducing a bug, or answering one question in Discord is worth as much. Maintainer review is our scarcest resource — if you want to help most, help us review.
Programmes & Collaborations
Programmes we take part in and projects we build alongside.