klintan / pytorch-lanenet

LaneNet implementation in PyTorch
MIT License
216 stars 60 forks source link

Proof of Concept? #41

Open clkinder1 opened 2 years ago

clkinder1 commented 2 years ago

Has anybody been able to visualize the output of this model. I've trained up two of them (one that I rewrote, and the original one), and as where they seem to "train" properly, they definitely don't output what they should. I was looking to see if anybody has been able to prove this network.

klintan commented 2 years ago

This started out as a proof of concept and I def left it in not the best state. At the time there was no pytorch implementation (only Tensorflow). However now there are a range of others out there. I haven't tested it myself thoroughly as I went on to other things :( Maybe try this one ? https://github.com/ms5898/LaneNet-PyTorch or if not check out the Tensorflow implementation and see if some test code etc is there. https://github.com/MaybeShewill-CV/lanenet-lane-detection/

gin564319329 commented 2 years ago

Can this network achieve the expected effect? I have debugged it many times, but it still fails