Skip to main content

nanodrr

tests docs pypi

A performance-oriented reimplementation of DiffDRR with the following improvements:

  • Optimized, pure PyTorch implementation (~5× faster than DiffDRR at baseline)
  • Fused Triton rendering kernel, used by default on CUDA (up to ~80× faster than DiffDRR)
  • Modular design (freely swap subjects, extrinsics, and intrinsics during rendering)
  • Compatibility with torch.compile and mixed precision
  • Extensive type hints with jaxtyping
  • Standard Python package structure managed with uv

All projective geometry is implemented internally using the standard Hartley and Zisserman pinhole camera formulation.

Installation

[!NOTE]

On pytorch<2.9, torch.compile with bfloat16 is slower than eager for the pure PyTorch backend due to a CUDA graph capture issue (see Benchmarks). The fused Triton backend is unaffected.

To strictly install the renderer:

pip install nanodrr

To install the optional plotting or 3D visualization module:

pip install "nanodrr[plot]"   # 2D visualization (matplotlib, opencv)
pip install "nanodrr[scene]"  # 3D visualization (VTK, PyVista)
pip install "nanodrr[all]"    # All extras

Benchmarks

[!IMPORTANT]

  • ~5× faster than DiffDRR with the pure PyTorch backend (1,093 FPS vs 223 FPS)
  • ~57× faster with the fused Triton kernel, without compilation (12,600 FPS vs 223 FPS)
  • ~80× faster with torch.compile and bfloat16 (17,820 FPS vs 223 FPS)
  • ~3.5× less memory than DiffDRR (322 MB vs 1,170 MB peak reserved with bfloat16 + compile)
Benchmarking runtime, FPS, and memory usage.

FPS computed from per-frame GPU kernel time (torch.profiler); median wall-clock timings are also recorded in tests/benchmark/benchmark.csv. Benchmarked by rendering 200×200 DRRs on an NVIDIA RTX 6000 Ada (48 GB) with Python 3.12. Compile represents torch.compile(mode="reduce-overhead", fullgraph=True). Full experiment at tests/benchmark/.

Docs

To test the docs locally, run

uv run --group docs jupyter nbconvert --to markdown tutorials/*.ipynb --output-dir docs/tutorials/
uv run --group docs zensical serve

Roadmap

  • Implement a fully optimized renderer
  • Port strictly necessary modules from DiffDRR (e.g., SE(3) utilities, loss functions, and 2D plotting)
  • Migrate 3D plotting functions to an optional module
  • Integrate with xvr to speed up network training and registration
  • Integrate with polypose to speed up registration
  • Release as v1.0.0 of DiffDRR!

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanodrr-0.1.6.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nanodrr-0.1.6-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file nanodrr-0.1.6.tar.gz.

File metadata

  • Download URL: nanodrr-0.1.6.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for nanodrr-0.1.6.tar.gz
Algorithm Hash digest
SHA256 c31ea91baa45c506a59baafd78fd872023296ad06f87f1148c7e12067a4b5d16
MD5 9bcd04c1751b6dbb41725ae60609e220
BLAKE2b-256 e4f18ac01e75620f656012912fe432a3024beebeab9f9ce939a7feaebb5da1e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanodrr-0.1.6.tar.gz:

Publisher: publish.yml on eigenvivek/nanodrr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nanodrr-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: nanodrr-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for nanodrr-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0aea39969d48d3d1b45e4c2b6cc8cf65e10b0e202c48721c2bd8e1a293d38b23
MD5 4e43687aa456daca0107bf78e96458f8
BLAKE2b-256 c11f5b62e8fc8a9c3b67e4b82449ddecabad0cbed85f0ab680c469a821a7d284

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanodrr-0.1.6-py3-none-any.whl:

Publisher: publish.yml on eigenvivek/nanodrr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page