Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphlagical committed May 16, 2024
1 parent 1f20d59 commit 3b80ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/cameras.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_train_pose(self, interp_alpha=0):
# self.pose_0, self.pose_1, self.pose_2, self.pose_3, interp_alpha)
return Pose().compose([pose_refine, self.pose])

@torch.no_grad
@torch.no_grad()
def get_test_pose(self):
pose_refine = interpolation_linear(
self.pose_0, self.pose_1, 0.5)
Expand Down

0 comments on commit 3b80ea8

Please sign in to comment.