Created
August 29, 2020 11:49
-
-
Save seanbenhur/95992fdb2cdad6c0d6874804add510dc 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
# Load the the dataset from raw image folders | |
siamese_dataset = SiameseDataset(training_csv,training_dir, | |
transform=transforms.Compose([transforms.Resize((105,105)), | |
transforms.ToTensor() | |
]) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment