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

Run demos in docker #5

Closed f-fl0 closed 3 years ago

f-fl0 commented 3 years ago

This PR allows to run the provided demos in a docker environment based on ubuntu 20.04 and cuda 11.1.1. As the code is directly mounted in the container, modifications can be made without having to rebuild the image.

lhwcv commented 3 years ago

Great job! Thanks a lot!