Transform Landmark Support #6509
Closed
lukas-folle-snkeos
started this conversation in
Ideas
Replies: 2 comments
-
thanks for the suggestion, some coordinate operations are implemented as part of the bounding box transforms (in MONAI/monai/apps/detection/transforms/array.py Lines 267 to 270 in e5cf74a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the hint! |
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.
-
It would be great if the
monai.transforms.spatial
transformations would also be able to operate on 2D or 3D points.For example:
The
Resize
transformation could do the following:image [100, 100] -> image [10, 10]
landmark (20, 40) -> landmark (2, 4)
Is something like this planed?
Beta Was this translation helpful? Give feedback.
All reactions