klintan / pytorch-lanenet

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

Why can't I change the backbone #10

Closed shijia-web closed 4 years ago

shijia-web commented 4 years ago

Excuse me,I tried to change the backbone,But every time it's pretrained vgg16.How to solve this problem?

klintan commented 4 years ago

Unfortunately different backbones are yet to be implemented. Feel free to add a PR and i'll review it :)