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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
thanks for your great work! I have question about getting ray_directions. can you give me some sepcific introduction?
` ii, jj = meshgrid_xy(
torch.arange(
width, dtype=tform_cam2world.dtype, device=tform_cam2world.device
).to(tform_cam2world),
torch.arange(
height, dtype=tform_cam2world.dtype, device=tform_cam2world.device
),
)
thanks for your great work! I have question about getting ray_directions. can you give me some sepcific introduction?
` ii, jj = meshgrid_xy(
torch.arange(
width, dtype=tform_cam2world.dtype, device=tform_cam2world.device
).to(tform_cam2world),
torch.arange(
height, dtype=tform_cam2world.dtype, device=tform_cam2world.device
),
)
The text was updated successfully, but these errors were encountered: