Sebastian Weiss

Results 7 comments of Sebastian Weiss

Hi, `pyrenderer` is the compiled Python extension. When the C++ backend compiles successfully, you should see a `pyrenderer..pyd` file. If this file exists but is not found, you might need...

Hi, the entrypoints to the C++ functions should all have doxygen-style comments on them describing the inputs, see e.g. https://github.com/shamanDevel/DiffDVR/blob/master/renderer/renderer.h . Most functions that are exposed to Python (see https://github.com/shamanDevel/DiffDVR/blob/master/bindings/bindings.cpp)...

Closing due to inactivity

What do you mean with a .vol format? Which format is that? There are dozens of volume formats out there... The .cvol format is very simple, see https://github.com/shamanDevel/DiffDVR/blob/master/renderer/volume.cpp#L173 It's a...

Closing due to inactivity

Hi, it is very likely that it might not work with a too recent CUDA version out of the box. The changes required, however, should not be too drastic. Just...

Closing due to inactivity