Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Deepcell
/
parametric-cell-shapes
like
0
Follow
Deepcell Inc.
5
Modalities:
Image
DOI:
doi:10.57967/hf/5504
License:
cc-by-4.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
f5e11ff
parametric-cell-shapes
/
test.py
smanepal
test
f5e11ff
12 months ago
raw
Copy download link
history
blame
169 Bytes
from
datasets
import
load_dataset
ds = load_dataset(
"Deepcell/parametric-cell-shapes"
,
download_mode=
"force_redownload"
# ensure no cache is used
)
print
(ds)