Created
May 30, 2023 10:31
-
-
Save rekalantar/09e39d9e0a1e6a866f4c038dddcafab7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create test dataloader | |
| test_dataset = SAMDataset(image_paths=data_paths['test_images'], mask_paths=data_paths['test_masks'], processor=processor) | |
| test_dataloader = DataLoader(test_dataset, batch_size=1, shuffle=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment