Skip to content

Commit

Permalink
temporarily remove torch.compile in camera_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ginazhouhuiwu committed Nov 5, 2023
1 parent e1258f7 commit 563e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/cameras/camera_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def _compute_residual_and_jacobian(
return fx, fy, fx_x, fx_y, fy_x, fy_y


@torch_compile(dynamic=True, mode="reduce-overhead", backend="eager")
# @torch_compile(dynamic=True, mode="reduce-overhead", backend="eager")
def radial_and_tangential_undistort(
coords: torch.Tensor,
distortion_params: torch.Tensor,
Expand Down

0 comments on commit 563e805

Please sign in to comment.