Landmark detection #5124
-
Hi I would like to train a network to predict landmark positions in head MRI (four reference positions on skin to place 10-10 system electrodes). I read the discussion and issues, and found following relevant discussion: #1169 My idea is to
Or would the bounding box detection feature (@Can-Zhao) provide this kind of functionality? Thanks for any ideas or pointers to relevant examples... |
Beta Was this translation helpful? Give feedback.
Answered by
diazandr3s
Sep 13, 2022
Replies: 1 comment 8 replies
-
I think @diazandr3s is working on a similar landmark regression task: Project-MONAI/MONAILabel#855 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dyollb,
You're right, that's regression. However, the final version does not use regression. Here is the final version on the main branch: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/trainers/localization_vertebra.py#L64
For this particular task, I've changed from regression to segmentation because I've got better results. But I guess this depends on the task and the needs. Happy to share my experience on a call.