Skip to content

Commit 423818e

Browse files
authored
Update README.md (#410)
1 parent c4c7227 commit 423818e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ DiffDRR
1010
[![Docs](https://github.com/eigenvivek/DiffDRR/actions/workflows/deploy.yaml/badge.svg)](https://vivekg.dev/DiffDRR/)
1111
[![Code style: black](https://img.shields.io/badge/Code%20style-black-black.svg)](https://github.com/psf/black)
1212

13+
> [!NOTE]
14+
>
15+
> If you're using `DiffDRR` for your projects, consider instead using [`nanodrr`](https://github.com/eigenvivek/nanodrr), a
16+
> highly optimized reimplementation by the same authors.
17+
>
18+
> `nanodrr` contains all the same functionality as `DiffDRR`, but since it's redesigned from scratch, it achieves
19+
> - 5x faster rendering speeds
20+
> - 2.5x less memory consumption
21+
> - Compatiblity with `torch.compile` and automatic mixed precision
22+
>
23+
> ...all while still being pure PyTorch!
24+
1325
`DiffDRR` is a PyTorch-based digitally reconstructed radiograph (DRR) generator that provides
1426

1527
1. Differentiable X-ray rendering

0 commit comments

Comments
 (0)