Sage
Sage
Had the same issue when using mask jpg's in my dataset. The bug was that I was using 3 RGB channels in the mask image, instead of 1 channel for...
Hello, @merlinND @wjakob following up from: https://github.com/mitsuba-renderer/drjit-core/issues/63 I am now consistently running into this issue, but at random times during execution. ----------------------------- I have a particular job that successfully completes...
Hi @njroussel, Just added you to my git repo https://github.com/sagesimhon/totem_plus To reproduce with minimal settings, Follow instructions in "Dependencies" section of the README, then run `python run_generation.py --res 256 --exp_folder...
UPDATE: I believe i have isolated the issue, it may be coming from mi.load_file() method --- the xml loading method. My process loads many xml files, and this function may...
I have ported all my code to use the 'dict' data instead of xml -- and am still getting the error : ( @njroussel Is there anything else you need...
Thanks, I will try it and hopefully it will not degrade performance too much -- the problem definitely seems to come from the load_dict() method.
Thanks i'll try that.