XingangPan / SCNN

Spatial CNN for traffic lane detection (AAAI2018)
MIT License
815 stars 242 forks source link

Is there a PyTorch implementation of SCNN? #117

Closed nisha1729 closed 4 years ago

nisha1729 commented 4 years ago

You've given a link to the TensorFlow implementation. So I was wondering if you have one in PyTorch as well.

XingangPan commented 4 years ago

@nisha1729 Sorry we don't have pytorch version of SCNN yet. But this link https://github.com/cardwing/Codes-for-Lane-Detection also has a pytorch implementation for another method ERFNet, which might be helpful.

nisha1729 commented 4 years ago

Yes, I saw that one. Thanks!