gml16/rl-medical

Infer without landmarks

Closed this issue · 2 comments

Hi, thank you for your great contribution.
I want to use the model to predict landmarks for images without landmark ground truth file. However, it seems both the train and eval model require the landmark file.
What should I do?
Looking forward to your reply.

gml16 commented

Hi, that’s a good question. I believe I did not implement a nice way to run inference without the ground truth. As a workaround, you can use a dummy landmark file that had 0s. Otherwise, feel free to submit a PR to remove the requirement to have a landmark file, I’ll be happy to have a look :)

Hi, that’s a good question. I believe I did not implement a nice way to run inference without the ground truth. As a workaround, you can use a dummy landmark file that had 0s. Otherwise, feel free to submit a PR to remove the requirement to have a landmark file, I’ll be happy to have a look :)

Thank you for your rapid reply.
I will try to use zero landmark file to do inference at first.