David Nakath
David Nakath
Hi @arpit15 , are you sure that you interpret the resulting .exr in the right manner? Maybe your matplotlib normalizes your outcomes in a strange fashion? I used the depth...
Hi @arpit15, I have no special code to share, I just used `/mitsuba2/docs/examples/02_depth_integrator/depth_integrator.py` and had a look at the resultant depth.exr. You are also using this example, right? Additionally, when...
Hi @arpit15 , did something new come up, or is your issue resolved and my considerations matched? In the latter case you might want to close this issue? Cheers David
Hi @arpit15, using the latest mitsuba2 bf4343c5 on Ubuntu 18.04 with Python 3.7.8 (default, Jun 29 2020, 05:44:46) - packet_rgb `top plane:[2.5271404], middle plane:[3.0010731], bottom plane:[2.7756927]` - packet_rgb + embree...
The current uuv_assistant package seems to be broken in ROS-Melodic, resulting in Traceback (most recent call last): File "/opt/ros/melodic/lib/uuv_assistants/create_new_robot_model", line 59, in for d in os.listdir(template_path): OSError: [Errno 2] No...
It looks like there is already the pull request #377 to fix this issue.
Hi @ShnitzelKiller, I use Mitsuba for large scale optimizations in Media. I had the same problems with frequent Optix and CUDA crashes when using the CUDA_AD variants but not with...
Hi there, after one night of optimization, I have to state the using CLANG only seems to mitigate the problem, but unfortunately does not entirely fix it.
Hi @merlinND, Great, I think this will ease a lot of pain! I just pulled and tested the new master and it feels like your patch works with - *cuda_ad_rgb*...
After some days, the crashes still seem to be gone. I will try to run another demanding example in the next days/weeks.