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.
1 parent 53d82ad commit 7445465Copy full SHA for 7445465
bioscan_dataset/bioscan1m.py
@@ -17,7 +17,7 @@
17
from torchvision.datasets.vision import VisionDataset
18
19
RGB_MEAN = torch.tensor([0.72510918, 0.72891550, 0.72956181])
20
-RGB_STDEV = torch.tensor([0.66364000, 0.66088159, 0.66035860])
+RGB_STDEV = torch.tensor([0.12654378, 0.14301962, 0.16103319])
21
22
COLUMN_DTYPES = {
23
"sampleid": str,
bioscan_dataset/bioscan5m.py
@@ -18,7 +18,8 @@
RGB_MEAN = torch.tensor([0.76281859, 0.76503749, 0.76373138])
-RGB_STDEV = torch.tensor([0.67122520, 0.66740192, 0.66488950])
+RGB_STDEV = torch.tensor([0.14205404, 0.15642502, 0.17309470])
+
24
25
"processid": str,
0 commit comments