Skip to content

Commit 5d6c741

Browse files
authored
Merge pull request #1 from bioscan-ml/doc_import-bug
DOC+BUG: Fix import of RGB_MEAN and RGB_STDEV
2 parents 3fc438d + 7513961 commit 5d6c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The dataset class supports the use of data transforms for the image and DNA barc
189189
import torch
190190
import torchvision.transforms as transforms
191191
from bioscan_dataset import BIOSCAN5M
192-
from bioscan_dataset.BIOSCAN5M import RGB_MEAN, RGB_STDEV
192+
from bioscan_dataset.bioscan5m import RGB_MEAN, RGB_STDEV
193193
194194
# Create an image transform, standardizing image size and normalizing pixel values
195195
image_transform = transforms.Compose(

0 commit comments

Comments
 (0)