Images are rotated when training #4928
Unanswered
zhaodadu111
asked this question in
Q&A
Replies: 2 comments
-
Hi @zhaodadu111, do you mean that you have checked the input and you noticed that his orientation had altered during training? In theory, training does not cause the data to change orientation. If you find your input images' orientation indeed changed, you can rotate your image using |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe you run into this issue #4862, you can also try
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
I'm now trying to train a segmentation model for ultrasound images with dims (3,256,256). When I'm training the model, the input images are rotated 90 degree to the left. how can i rotate it back? Should i use Orientation()?
Thank you,
Zhaoda
Beta Was this translation helpful? Give feedback.
All reactions