microsoft / Recursive-Cascaded-Networks

[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
https://arxiv.org/abs/1907.12353
MIT License
361 stars 87 forks source link

Question about code #63

Closed YuqingCai0316 closed 2 years ago

YuqingCai0316 commented 2 years ago

1635390563(1) I want to know what is the purpose of defining seg1 and seg2? Seems to be useless later ...

zsyzzsoft commented 2 years ago

They are the annotated segmentation masks of img1 and img2. They are useful for Dice score evaluation.

YuqingCai0316 commented 2 years ago

Are these two masks manually marked on img1 and img2? Or, One of them is a mask that was predicted by the neural network?

zsyzzsoft commented 2 years ago

Yes, both of them are manually annotated.