How did you generate mask segmentation?
SamihaSara opened this issue · 4 comments
Hello,
May I ask, how you generated mask results? I think the dataset annotation does not provide a mask? Thanks.
Do you mean mask outputs at inference?
Yes, that is correct. Also for mask inference, should not this model require mask annotations?
…
________________________________ From: Alex Ter-Sarkisov @.> Sent: Saturday, August 7, 2021 3:55 AM To: AlexTS1980/COVID-CT-Mask-Net @.> Cc: SamihaSara @.>; Author @.> Subject: Re: [AlexTS1980/COVID-CT-Mask-Net] How did you generate mask segmentation? (#5) Do you mean mask outputs at inference? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACJOQPXRTFLHEE6IPZ2FVVDT3RK5BANCNFSM5BWN4BXA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.
Yes, it should: gt masks are provided in the dataset_segmentation.py interface:
COVID-CT-Mask-Net/datasets/dataset_segmentation.py
Lines 71 to 94 in 0e64b4d
Also, evaluation_mean_ap.py and compute_ap in utils.py interface extract objects' masks
@AlexTS1980 thanks, I will look into this. If I have more questions will reopen the issue.