navervision / mlsd

Official Tensorflow implementation of "M-LSD: Towards Light-weight and Real-time Line Segment Detection" (AAAI 2022 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Center score in post-processing

zye1996 opened this issue · comments

Hi, I am looking into the post-processing code and most of the code seems logical to me. But I don't understand why the centers are of size [128, 128] this line. Shouldn't the center position relate to map size otherwise the center score will be greater than 1 sometimes?