uermel commited on
Commit
48d5931
·
1 Parent(s): eb2e7e4

replace URLs

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. demos.ipynb +4 -4
README.md CHANGED
@@ -60,7 +60,7 @@ copick/Croissant interface stream the raw data straight from the portal.
60
  Load and visualize each sub-benchmark in one click — `demos.ipynb` lives
61
  at the root of this repo.
62
 
63
- [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/datasets/uermel/popsicle/blob/main/demos.ipynb)
64
 
65
  ---
66
 
@@ -98,7 +98,7 @@ protocol) so models can be trained and compared under one roof.
98
 
99
  ### Dataset Sources
100
 
101
- - **Repository:** https://huggingface.co/datasets/uermel/popsicle
102
  - **Paper:** POPSICLE (NeurIPS 2026 submission).
103
  - **Underlying datasets:**
104
  - [DS-10440](https://cryoetdataportal.czscience.com/datasets/10440) (Phantom train),
@@ -212,7 +212,7 @@ import numpy as np
212
  import matplotlib.pyplot as plt
213
 
214
  root = copick.from_croissant(
215
- "https://huggingface.co/datasets/uermel/popsicle/resolve/main/phantom/Croissant/metadata.json",
216
  overlay_root="/tmp/popsicle-overlay",
217
  static_fs_args={"anon": True}, # public portal bucket
218
  )
@@ -308,7 +308,7 @@ import numpy as np
308
  import matplotlib.pyplot as plt
309
 
310
  root = copick.from_croissant(
311
- "https://huggingface.co/datasets/uermel/popsicle/resolve/main/bacterial/Croissant/metadata.json",
312
  overlay_root="/tmp/popsicle-overlay",
313
  static_fs_args={"anon": True}, # public portal bucket
314
  )
@@ -410,7 +410,7 @@ import numpy as np
410
  import matplotlib.pyplot as plt
411
 
412
  root = copick.from_croissant(
413
- "https://huggingface.co/datasets/uermel/popsicle/resolve/main/yeast/Croissant/metadata.json",
414
  overlay_root="/tmp/popsicle-overlay",
415
  static_fs_args={"anon": True}, # public portal bucket
416
  )
@@ -494,7 +494,7 @@ import numpy as np
494
  import matplotlib.pyplot as plt
495
 
496
  root = copick.from_croissant(
497
- "https://huggingface.co/datasets/uermel/popsicle/resolve/main/motorbench/Croissant/metadata.json",
498
  overlay_root="/tmp/popsicle-overlay",
499
  static_fs_args={"anon": True}, # public portal bucket
500
  )
@@ -841,4 +841,4 @@ review).
841
 
842
  ## Dataset Card Contact
843
 
844
- Open an issue at the [dataset repository](https://huggingface.co/datasets/uermel/popsicle/discussions).
 
60
  Load and visualize each sub-benchmark in one click — `demos.ipynb` lives
61
  at the root of this repo.
62
 
63
+ [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/datasets/biohub/popsicle/blob/main/demos.ipynb)
64
 
65
  ---
66
 
 
98
 
99
  ### Dataset Sources
100
 
101
+ - **Repository:** https://huggingface.co/datasets/biohub/popsicle
102
  - **Paper:** POPSICLE (NeurIPS 2026 submission).
103
  - **Underlying datasets:**
104
  - [DS-10440](https://cryoetdataportal.czscience.com/datasets/10440) (Phantom train),
 
212
  import matplotlib.pyplot as plt
213
 
214
  root = copick.from_croissant(
215
+ "https://huggingface.co/datasets/biohub/popsicle/resolve/main/phantom/Croissant/metadata.json",
216
  overlay_root="/tmp/popsicle-overlay",
217
  static_fs_args={"anon": True}, # public portal bucket
218
  )
 
308
  import matplotlib.pyplot as plt
309
 
310
  root = copick.from_croissant(
311
+ "https://huggingface.co/datasets/biohub/popsicle/resolve/main/bacterial/Croissant/metadata.json",
312
  overlay_root="/tmp/popsicle-overlay",
313
  static_fs_args={"anon": True}, # public portal bucket
314
  )
 
410
  import matplotlib.pyplot as plt
411
 
412
  root = copick.from_croissant(
413
+ "https://huggingface.co/datasets/biohub/popsicle/resolve/main/yeast/Croissant/metadata.json",
414
  overlay_root="/tmp/popsicle-overlay",
415
  static_fs_args={"anon": True}, # public portal bucket
416
  )
 
494
  import matplotlib.pyplot as plt
495
 
496
  root = copick.from_croissant(
497
+ "https://huggingface.co/datasets/biohub/popsicle/resolve/main/motorbench/Croissant/metadata.json",
498
  overlay_root="/tmp/popsicle-overlay",
499
  static_fs_args={"anon": True}, # public portal bucket
500
  )
 
841
 
842
  ## Dataset Card Contact
843
 
844
+ Open an issue at the [dataset repository](https://huggingface.co/datasets/biohub/popsicle/discussions).
demos.ipynb CHANGED
@@ -64,7 +64,7 @@
64
  "import matplotlib.pyplot as plt\n",
65
  "\n",
66
  "PHANTOM_URL = (\n",
67
- " \"https://huggingface.co/datasets/uermel/popsicle/resolve/main/\"\n",
68
  " \"phantom/Croissant/metadata.json\"\n",
69
  ")\n",
70
  "\n",
@@ -137,7 +137,7 @@
137
  "import matplotlib.pyplot as plt\n",
138
  "\n",
139
  "BACTERIAL_URL = (\n",
140
- " \"https://huggingface.co/datasets/uermel/popsicle/resolve/main/\"\n",
141
  " \"bacterial/Croissant/metadata.json\"\n",
142
  ")\n",
143
  "\n",
@@ -201,7 +201,7 @@
201
  "import matplotlib.pyplot as plt\n",
202
  "\n",
203
  "YEAST_URL = (\n",
204
- " \"https://huggingface.co/datasets/uermel/popsicle/resolve/main/\"\n",
205
  " \"yeast/Croissant/metadata.json\"\n",
206
  ")\n",
207
  "\n",
@@ -272,7 +272,7 @@
272
  "import matplotlib.pyplot as plt\n",
273
  "\n",
274
  "MOTORBENCH_URL = (\n",
275
- " \"https://huggingface.co/datasets/uermel/popsicle/resolve/main/\"\n",
276
  " \"motorbench/Croissant/metadata.json\"\n",
277
  ")\n",
278
  "\n",
 
64
  "import matplotlib.pyplot as plt\n",
65
  "\n",
66
  "PHANTOM_URL = (\n",
67
+ " \"https://huggingface.co/datasets/biohub/popsicle/resolve/main/\"\n",
68
  " \"phantom/Croissant/metadata.json\"\n",
69
  ")\n",
70
  "\n",
 
137
  "import matplotlib.pyplot as plt\n",
138
  "\n",
139
  "BACTERIAL_URL = (\n",
140
+ " \"https://huggingface.co/datasets/biohub/popsicle/resolve/main/\"\n",
141
  " \"bacterial/Croissant/metadata.json\"\n",
142
  ")\n",
143
  "\n",
 
201
  "import matplotlib.pyplot as plt\n",
202
  "\n",
203
  "YEAST_URL = (\n",
204
+ " \"https://huggingface.co/datasets/biohub/popsicle/resolve/main/\"\n",
205
  " \"yeast/Croissant/metadata.json\"\n",
206
  ")\n",
207
  "\n",
 
272
  "import matplotlib.pyplot as plt\n",
273
  "\n",
274
  "MOTORBENCH_URL = (\n",
275
+ " \"https://huggingface.co/datasets/biohub/popsicle/resolve/main/\"\n",
276
  " \"motorbench/Croissant/metadata.json\"\n",
277
  ")\n",
278
  "\n",