Skip to content

Commit 07614b7

Browse files
committed
delete cruft
1 parent ca1e8ba commit 07614b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dense_correspondence/dataset/dense_correspondence_dataset_masked.py

-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ def __getitem__(self, index):
147147
import correspondence_plotter
148148

149149
# Just show all images
150-
# self.debug_show_data(image_a_rgb, image_a_depth, image_b_pose,
151-
# image_b_rgb, image_b_depth, image_b_pose)
152150
uv_a_long = (torch.t(uv_a[0].repeat(self.num_non_matches_per_match, 1)).contiguous().view(-1,1),
153151
torch.t(uv_a[1].repeat(self.num_non_matches_per_match, 1)).contiguous().view(-1,1))
154152
uv_b_non_matches_long = (uv_b_non_matches[0].view(-1,1), uv_b_non_matches[1].view(-1,1) )

0 commit comments

Comments
 (0)