Skip to content

Commit

Permalink
Update create_test_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
erfect2020 authored Nov 17, 2024
1 parent 5721584 commit 8333af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/create_test_dataset
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class TestDataset(Dataset):
gt_img = torch.tensor(gt_img / 255.0).float().permute(2, 0, 1)
b_img = torch.tensor(b_img / 255.).float().permute(2, 0, 1)

return b_img, gt_img, os.path.basename(c_img_name).split('.')
return gt_img, b_img, os.path.basename(c_img_name).split('.')

0 comments on commit 8333af1

Please sign in to comment.