Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

How does the mask operation work? Train with Image/Label/Mask and test only with "image". #441

Closed
maz369 opened this issue Sep 5, 2019 · 1 comment

Comments

@maz369
Copy link

maz369 commented Sep 5, 2019

Hello,

I am wondering how is the mask used during training and inference with Niftynet. Is this based on ROI pooling? I also appreciate if you could let me know which .py file incorporate the mask. I have been searching through Niftynet Python modules but could not find it.
Also, is there any way to train a model with "image", "label" and "mask" but perform inference only on "image". There are instances that the label and mask for validation sets are not available and we have access only to the image and need to submit the result to a third party.
Thanks for your help.

@maz369 maz369 changed the title How does the mask operation works? How does the mask operation work? Train with Image/Label/Mask and test only with "image". Sep 5, 2019
@wyli
Copy link
Member

wyli commented Oct 2, 2019

Hi @maz369 you can remove the line of config label=... in section [segmentation] during inference

@wyli wyli closed this as completed Oct 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants