Replies: 1 comment 3 replies
-
Hi @qoqoh, you can find more examples in the tutorial repo. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
my dataset should be like
Is it possible to apply the function like
LoadImaged(keys=["image", "label"])
or other functions in monai to make a (custom) dataset? If it can only be implemented by usingmonai.data.Dataset
, how to apply the transform to "image" and "label" images? If so, could anyone show an example for me?Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions