Wenzel Jakob
Wenzel Jakob
I think you need to run rgb2spec_opt at the place where it was built. This should work fine -- after all, the build system runs it and generates some output...
It would be nice if there was. Do let us know if you can think of something @waytobehigh ;-). A student at EPFL is also currently looking into this, we'll...
Let's leave this one open. It would be good to replace the parsing routines with something guaranteed to be locale-independent.
We're still in the process of preparing a submission for the system underlying our implementation of the 2021 papers. Let's keep this ticket open, and we can post more information...
Multiple months.
Hi Stavros -- does the leak still happen when you add a `enoki.cuda_malloc_trim()` call to the loop?
Given the very heavy nature of Alembic, USD, and similar packages, I don't think that such a contribution can be merged directly into Mitsuba master. :(. (The policy of Mitsuba...
This is apparently a known ABI issue with the latest version of OptiX. Some constants defined in the header file changed their meaning (uh oh). Try setting the CMake option...
There are various plugins that add differentiable 3D vectors (check e.g. src/spectra/srgb.cpp) -- can you explain how what you're doing is different? I believe you may need a cuda_sync() after...
Is the issue here perhaps just that the depth integrator will give straight-line distance `norm(connecting segment)` instead of the 'z' coordinate, which @arpit15 may be expecting?