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

Projector couldn't actually be used without specifying device as several parts of the code relied on device for sensor dimensions and source to detector distance. Instead, Projector now use its...

Hi all, Whenever I try to run any kind of DRR generation with the main branch, I get this error: ``` CompileError: nvcc compilation of /tmp/tmpvqiw8grx/kernel.cu failed [command: nvcc --cubin...

When opening the Jupyter notebook (deepdrr_demo in project directory, main branch), it fails to load the test dataset and breaks by raising a `BadZipFile: File is not a zip file`...

The example Jupyter notebook inside the main project directory (main branch) fails when trying to load the sample dataset. This PR replaces the sample dataset with a different sample dataset...

I came across this function in the `Volume` code and was wondering where the piecewise linear formula came from? A quick lit review turned up a lot of different formulas...

Hi, I have followed the installation instruction and was trying out the example_projector.py. However, I am getting this error message and have no idea how to slove it. Traceback (most...