How do you mix the two transforms from different package #6125
Answered
by
KumoLiu
one-matrix
asked this question in
Q&A
-
for example:
|
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Mar 10, 2023
Replies: 1 comment 1 reply
-
Hi @one-matrix, thank you for your interest here.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
one-matrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @one-matrix, thank you for your interest here.
You could use
TorchVision
, a wrapper transform for PyTorch TorchVision transform based on the specified transform name and args.MONAI/monai/transforms/utility/array.py
Lines 1153 to 1159 in 354c9c2
You could also write a custom transfo…