Is there is a way to pass image metadata as training features? #7673
Unanswered
OmarAshkar
asked this question in
Q&A
Replies: 1 comment
-
Hi @OmarAshkar, There may not be a simple way to accomplish this; you must go and modify your network. However, you can enter metatensor as the network input and then get the meta information you want using Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if there is an easy way in MONAI to pass non-image features (like patient age, weight ...etc) to training? I want to use a vanilla UNET for now, but probability will need to used arbitrary input NN later.
TIA,
Omar
Beta Was this translation helpful? Give feedback.
All reactions