Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterL1n committed Dec 22, 2020
1 parent 55d0ddc commit 97e2df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
ImagesDataset(args.images_bgr),
], assert_equal_length=True, transforms=A.PairCompose([
HomographicAlignment() if args.preprocess_alignment else A.PairApply(nn.Identity()),
A.PairApply(T.ToTensor)
A.PairApply(T.ToTensor())
]))
dataloader = DataLoader(dataset, batch_size=1, num_workers=8, pin_memory=True)

Expand Down

0 comments on commit 97e2df1

Please sign in to comment.