Skip to content

Commit d044276

Browse files
authored
Fix mitoem rat volume path (#202)
1 parent a8acdd6 commit d044276

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

torch_em/data/datasets/mitoem.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
from tqdm import tqdm
1212
from . import util
1313

14+
# TODO: update the links to the new host location at huggingface.
15+
# - https://mitoem.grand-challenge.org/ (see `Dataset` for the links)
16+
1417
URLS = {
1518
"raw": {
1619
"human": "https://www.dropbox.com/s/z41qtu4y735j95e/EM30-H-im.zip?dl=1",
17-
"rat": "https://www.dropbox.com/s/kobmxbrabdfkx7y/EM30-R-im.zip?dl=1"
20+
"rat": "https://huggingface.co/datasets/pytc/EM30/resolve/main/EM30-R-im.zip"
1821
},
1922
"labels": {
2023
"human": "https://www.dropbox.com/s/dhf89bc14kemw4e/EM30-H-mito-train-val-v2.zip?dl=1",

0 commit comments

Comments
 (0)