lhwcv / mlsd_pytorch

Pytorch implementation of "M-LSD: Towards Light-weight and Real-time Line Segment Detection"
Apache License 2.0
189 stars 37 forks source link

How to convert wireframe labels into json format? #7

Closed ForestWang closed 2 years ago

ForestWang commented 2 years ago

RT

lhwcv commented 2 years ago

You can follow AFM https://github.com/cherubicXN/afm_cvpr2019 or others, almost the same

ForestWang commented 2 years ago

thanks very much