Saved in:
Bibliographic Details
Main Authors: Lichy, Daniel, Su, Hang, Badki, Abhishek, Kautz, Jan, Gallo, Orazio
Format: Preprint
Published: 2024
Subjects:
Online Access:https://arxiv.org/abs/2410.12074
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • We introduce nvTorchCam, an open-source library under the Apache 2.0 license, designed to make deep learning algorithms camera model-independent. nvTorchCam abstracts critical camera operations such as projection and unprojection, allowing developers to implement algorithms once and apply them across diverse camera models--including pinhole, fisheye, and 360 equirectangular panoramas, which are commonly used in automotive and real estate capture applications. Built on PyTorch, nvTorchCam is fully differentiable and supports GPU acceleration and batching for efficient computation. Furthermore, deep learning models trained for one camera type can be directly transferred to other camera types without requiring additional modification. In this paper, we provide an overview of nvTorchCam, its functionality, and present various code examples and diagrams to demonstrate its usage. Source code and installation instructions can be found on the nvTorchCam GitHub page at https://github.com/NVlabs/nvTorchCam.