We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fc438d + 7513961 commit 5d6c741Copy full SHA for 5d6c741
README.rst
@@ -189,7 +189,7 @@ The dataset class supports the use of data transforms for the image and DNA barc
189
import torch
190
import torchvision.transforms as transforms
191
from bioscan_dataset import BIOSCAN5M
192
- from bioscan_dataset.BIOSCAN5M import RGB_MEAN, RGB_STDEV
+ from bioscan_dataset.bioscan5m import RGB_MEAN, RGB_STDEV
193
194
# Create an image transform, standardizing image size and normalizing pixel values
195
image_transform = transforms.Compose(
0 commit comments