Results 1 comments of Bjoern

I did do ``` python ray_directions = torch.einsum("mn,whn->whm", tform_cam2world[:3, :3], directions) ``` As the proposed version with tensordot resulted in a UserWarning with PyTorch 1.13 ```bash UserWarning: The use of...