Open juuwong opened 3 years ago
Edge Detection Algorithm also helps to improve accuracy: https://jivp-eurasipjournals.springeropen.com/articles/10.1186/s13640-018-0326-2
https://paperswithcode.com/method/convlstm
Results of using UNET in challenging environment: https://www.researchgate.net/figure/Results-obtained-by-UNet-ConvLSTM-on-challenging-scenes-in-a-Testset-1-and-b-Testset_fig2_336815815
Implement the class UNet_ConvLSTM from: https://github.com/qinnzou/Robust-Lane-Detection/blob/858954313edbc71ec937c96dc7b7368d08f59829/LaneDetectionCode/model.py
and put it into lane detection in PolyLaneNet https://github.com/juuwong/PolyLaneNet/blob/master/utils/lane.py
Paper for Robust: https://arxiv.org/pdf/1903.02193.pdf Paper for Poly: https://arxiv.org/pdf/2004.10924.pdf