deepdrr icon indicating copy to clipboard operation
deepdrr copied to clipboard

Code for "DeepDRR: A Catalyst for Machine Learning in Fluoroscopy-guided Procedures". https://arxiv.org/abs/1803.08606

Results 16 deepdrr issues
Sort by recently updated
recently updated
newest added

updated material_coefficients.py

Fixes issue #69 by reusing cuda primary context instead of creating one through pycuda.autoinit. When the gpu is to be used by the projector, this primary context is made active...

Performing a torch backpropagation after importing deepdrr results in the following error: > Traceback (most recent call last): > File "/medacta/landmark-detection/src/main.py", line 20, in > loss.backward() > File "/usr/local/lib/python3.8/dist-packages/torch/_tensor.py", line...

What format was used for the metal device in order to achieve such a representation of it? I am wondering how the inside device got darker than the outside one?

I get the hu_matrix from `pydicom` then create `volume` with ```Volume.from_hu``` and trying to get projection with PA view. Because the ```anatomical_coordinate_system``` for ```Volume.from_hu``` does not implement `RAS`, I can...

When changing the number of threads in the Projector instantiation, parts of the projection images vanish as can be seen in the screenshot. Nothing else was changed in the creation...

The `Projector` class takes the `CameraIntrinsicTransform` as an argument during construction, which it uses to derive the desired detector resolution. Later, it is also implicitly used as the intrinsic component...

Hi, I wonder that there is any parameters about the distance between object and source, which means the red line on the below figure. ![image](https://user-images.githubusercontent.com/48172859/109127993-5e8a8900-7792-11eb-952c-cfc31d07f130.png) Also, How can I get...