You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use the batch sensor to cut down some Python overheads, but currently cannot due to this sensor Jacobian implementation being very much specialized to perspective sensors.
This isn't urgent, but it would be good to eventually support the batch sensor for projective sensors as well.
The text was updated successfully, but these errors were encountered:
Currently, the projective integrators explicitly disallow the use of any sensor that is not the standard perspective sensor:
mitsuba3/src/python/python/ad/projective.py
Line 108 in fda612b
I wanted to use the batch sensor to cut down some Python overheads, but currently cannot due to this sensor Jacobian implementation being very much specialized to perspective sensors.
This isn't urgent, but it would be good to eventually support the batch sensor for projective sensors as well.
The text was updated successfully, but these errors were encountered: