Integrating TAL with Mitsuba 3 for NLOS Data Rendering #6
Replies: 5 comments 3 replies
-
Hi Thanks for your detailed report. Can you post the output of
Note that Finally, if you keep having issues, could you also provide a Best |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Kaixin, thanks for checking out tal+mitransient :) To simulate confocal data acquisition, you'll need to edit the .yaml file that was generated. Go to the section labeled: ##
# Laser and sensor
##
scan_type: single # single, confocal or exhaustive
...
sensor_width: 256
sensor_height: 256
...
laser_width: 32
laser_height: 32 You need to change By default, For Finally you can run the same Let me know if you need help with anything else! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! It means a lot. I'll answer in the same order:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently working on a project that involves rendering NLOS (Non-Line-of-Sight) data using TAL and Mitsuba 3. I have compiled Mitsuba 3 following the instructions provided at Mitsuba documentation. Here are the steps I took and the issues I encountered:
System Information:
Compilation of Mitsuba 3:
llvm_ad_mono
andcuda_mono
.Setting Environment Variables:
source setpath.sh
. At this point, I was able to importmitsuba
but encountered an issue where I couldn't importmitransient
, with an error indicating that the module was not found.Installing mitransient:
mitransient
(version 1.0.3) from GitHub. To ensure compatibility, I uninstalled the includedmitsuba3
package and verified that my custom-compiledmitsuba3
was being used.Installing TAL:
Encountered Issues:
mitsuba.__version__
was not defined.ModuleNotFoundError: No module named 'mitsuba.math'
occurred when callingrender_steady('back_view', 0)
in/tal/tal/render/render.py
at line 266.I am seeking guidance on how to properly integrate TAL with my custom-compiled Mitsuba 3 to achieve NLOS data rendering. Any help or pointers would be greatly appreciated!
Thank you in advance for your assistance.
Best regards,
Lingyun Qiu
Beta Was this translation helpful? Give feedback.
All reactions