Zyun-Y / DconnNet

Codes for CVPR2023 paper "Directional Connectivity-based Segmentation of Medical Images"
137 stars 7 forks source link

question about the LWdecoder #14

Closed Kedaya66 closed 1 year ago

Kedaya66 commented 1 year ago

hello! What is the structure of LWdecoder ?

Kedaya66 commented 1 year ago

what is thr meaning of Bilateral Voting (BV) module in (11) and the Region-guided Channel Aggregation (RCA) module

Zyun-Y commented 1 year ago

Please read the paper to find all these information.


From: Kedaya66 @.> Sent: Tuesday, August 15, 2023 5:53:54 AM To: Zyun-Y/DconnNet @.> Cc: Subscribed @.***> Subject: Re: [Zyun-Y/DconnNet] question about the LWdecoder (Issue #14)

what is thr meaning of Bilateral Voting (BV) module in (11) and the Region-guided Channel Aggregation (RCA) module

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/Zyun-Y/DconnNet/issues/14*issuecomment-1678884708__;Iw!!OToaGQ!seMuTyhIqadEO_SuLN4J5RU0CAkMjjEwy3Cbkv8c4rnk8p29-xkXAL_J7sP2V84wcZ21dLg5uoOV9hmjug49W87C7ug$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ARM5I2IV3J4RGP7L6ZKZ64DXVNWOFANCNFSM6AAAAAA3Q76W4I__;!!OToaGQ!seMuTyhIqadEO_SuLN4J5RU0CAkMjjEwy3Cbkv8c4rnk8p29-xkXAL_J7sP2V84wcZ21dLg5uoOV9hmjug49NBAESYs$. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Zyun-Y commented 1 year ago

For Bilateral Voting and RCA, they can be found in our BiconNet Paper.

Kedaya66 commented 1 year ago

Ok!Thanks