Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ARCADE dataset #258

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into arcade
anwai98 committed Oct 15, 2024
commit f9e24ff81e4b1b819803ab718ada5f381a51e1e7
3 changes: 3 additions & 0 deletions torch_em/data/datasets/medical/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from .acdc import get_acdc_dataset, get_acdc_loader
from .acouslic_ai import get_acouslic_ai_dataset, get_acouslic_ai_loader
from .amos import get_amos_dataset, get_amos_loader
from .arcade import get_arcade_dataset, get_arcade_loader
from .autopet import get_autopet_dataset, get_autopet_loader
from .btcv import get_btcv_dataset, get_btcv_loader
You are viewing a condensed version of this merge commit. You can view the full changes here.