EnsureChannelFirstd
without Metadata
#4931
Unanswered
bhashemian
asked this question in
Q&A
Replies: 1 comment 3 replies
-
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.
-
It is very common that the raw data does not include any metadata, and transforming it to metadata will not include necessary metadata for following transforms. For instance, consider the case below that the input is numpy, and
EnsureChannelFirstd
depends on the metadata to be able to correctly apply the transform. How this can be achieved without using any deprecated components (AsChannelFirstd
) or deprecated arguments?I did not find any utility components to add metadata after using
ToMetaTensord
. Is there any way to achieve this?Beta Was this translation helpful? Give feedback.
All reactions