cherubicXN / hawp

Holistically-Attracted Wireframe Parsing [TPAMI'23] & [CVPR' 20]
MIT License
296 stars 52 forks source link

Line segment and endpoint binding problem #48

Open eleveneee opened 1 year ago

eleveneee commented 1 year ago

There are several questions when reading the excellent paper: Is the line segment and point binding step input into the network? Is it also feasible to do post-processing directly without inputting the network? I would appreciate your reply

cherubicXN commented 1 year ago

Hi @eleveneee, yes, you can find the code of binding step at here. In my opinion, it is possible to do post-processing directly to score the line proposals. But end-to-end learning usually performs better.