lhwcv / mlsd_pytorch

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

Print statement #12

Open chemeng opened 2 years ago

chemeng commented 2 years ago

Hi guys, thanks for the great repo. Can you please remove the print statement in utils.py (print(max_acc_map.shape))

https://github.com/lhwcv/mlsd_pytorch/blob/41d5030cc0704acde60d72f110f7b1a3fbebca48/utils.py#L183

Thanks!

lhwcv commented 2 years ago

Already removed, Thanks!