twni2016 / OrganSegRSTN_PyTorch

PyTorch implementation of OrganSegRSTN - CVPR 2018
http://ccvl.jhu.edu/
MIT License
107 stars 33 forks source link

algorithm of post-processing #4

Closed suoranxiu closed 5 years ago

suoranxiu commented 5 years ago

Could you tell me more about the algorithm of post-processing? I have no idea about how it works from codes. Thank you !

twni2016 commented 5 years ago

Did you mean the post_processing function written in C? https://github.com/twni2016/OrganSegRSTN_PyTorch/blob/aff23489b1f3006761e3270178adfcccb63d0de9/SWIG_fast_functions/fast_functions.cc#L4-L5 The function computes the components of the binary predicted volume, and returns the components with size larger than a threshold.

suoranxiu commented 5 years ago

thank you !

------------------ 原始邮件 ------------------ 发件人: "Tianwei Ni"notifications@github.com; 发送时间: 2019年5月17日(星期五) 晚上9:52 收件人: "twni2016/OrganSegRSTN_PyTorch"OrganSegRSTN_PyTorch@noreply.github.com; 抄送: "索冉修"542663467@qq.com;"Author"author@noreply.github.com; 主题: Re: [twni2016/OrganSegRSTN_PyTorch] algorithm of post-processing (#4)

Did you mean the postprocessing function written in C? https://github.com/twni2016/OrganSegRSTN_PyTorch/blob/aff23489b1f3006761e3270178adfcccb63d0de9/SWIG_fast_functions/fast_functions.cc#L4-L5 The function computes the components of the binary predicted volume, and return the components with size larger than a threshold.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.