Benjamin D. Killeen

Results 13 comments of Benjamin D. Killeen

Running pycuda (which deepdrr depends on) and pytorch at the same time is tricky, as these libraries don't play nicely with one another. If it is feasible, it is usually...

Yeah, I am continuing to have issues getting torch and pycuda to play nicely together. The easiest solution so far, if you have the resources for it, is to cordon...

You would pass a custom argument to the `world_from_anatomical` transform, thus rotating the volume with respect to world. The `faceup()` method is just a convenience method that modifies this transform...

Has this issue been fixed in `BackgroundPlotter`? I had the same issue when trying to use `off_screen=True`. No matter what, the screenshot window_size was `(300, 300)`. This is an edge...

With Brave, at least, the issue seems to result from the security settings. Disabling shields allowed the extension to work as normal, but this is nevertheless concerning.

Adding this summary: - Use `import pycuda.autoprimaryctx` instead of `import pycuda.autoinit`, as this uses the existing context. This change has been made in the most recent DeepDRR releases. - If...

Closing this issue, as the `dev` branch has now dropped Pycuda in favor of Cupy across DeepDRR.

Closing this, as these features have since been implemented. See also `deepdrr.SimpleDevice` for an easily controllable virtual C-arm.

This issue resolved by using Cupy instead of Pycuda.