We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8acdd6 commit d044276Copy full SHA for d044276
torch_em/data/datasets/mitoem.py
@@ -11,10 +11,13 @@
11
from tqdm import tqdm
12
from . import util
13
14
+# TODO: update the links to the new host location at huggingface.
15
+# - https://mitoem.grand-challenge.org/ (see `Dataset` for the links)
16
+
17
URLS = {
18
"raw": {
19
"human": "https://www.dropbox.com/s/z41qtu4y735j95e/EM30-H-im.zip?dl=1",
- "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"
21
},
22
"labels": {
23
"human": "https://www.dropbox.com/s/dhf89bc14kemw4e/EM30-H-mito-train-val-v2.zip?dl=1",
0 commit comments