You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ pip install diffdrr
29
29
### Rendering
30
30
31
31
The physics-based rendering pipeline in `DiffDRR` produces photorealistic synthetic X-rays.
32
-
For example, see a comparison of `DiffDRR` to a real X-ray (X-rays and CTs from the [DeepFluoro dataset](https://github.com/rg2/DeepFluoroLabeling-IPCAI2020)):
32
+
For example, compare a real X-ray to a synthetic X-ray rendered from a CT of the same patient using `DiffDRR`
33
+
(X-rays and CTs from the [DeepFluoro dataset](https://github.com/rg2/DeepFluoroLabeling-IPCAI2020)):
33
34
34
35

35
36
36
-
37
37
### 2D/3D Registration
38
38
39
39
The impotus for developing `DiffDRR` was to solve 2D/3D registration
@@ -46,22 +46,27 @@ Here, we generate two DRRs:
46
46
47
47
To solve the registration problem, we use gradient descent to maximize
48
48
an image loss similarity metric between the two DRRs. This produces
49
-
optimization runs like this (full example is available at
0 commit comments