Implementation of our paper 'RESA: Recurrent Feature-Shift Aggregator for Lane Detection' in AAAI2021.
175
stars
35
forks
source link
Can i execute the testing and visualization process on my own images dataset? If yes how exactly should i do it? #15
Closed
william3863-prog closed 3 years ago
You can transform your annotations to a format that is already used in the repo(i.e., CULane, TuSimple). Or you can write a Dataset class like them (for example: https://github.com/ZJULearning/resa/blob/main/datasets/culane.py).