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

fatal error #21

Open zhuxn98 opened 1 year ago

zhuxn98 commented 1 year ago

When I reached the second round of training, I found that the imported labels in the getitem (self, index) had negative numbers, and the imported labels were not the same as the actual ones, but this did not happen when I did not use the self._geo_aug or did not use partial enhancements.

w-haiS commented 11 months ago

Have you solved the problem?