Turoad / lanedet

An open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT, CondLane, etc.
Apache License 2.0
561 stars 93 forks source link

Finetuning with CuLane dataset on a model trained with TuSimple #66

Closed alecapecchi closed 2 years ago

alecapecchi commented 2 years ago

Hello, I have tried to fine tune the laneatt_r18_tusimple.pth model, by running this command:

python main.py configs/laneatt/resnet18_culane.py --finetune_from pretrained/laneatt_r18_tusimple.pth --gpus 1

But at the end I still get Best metric: 0.0

Any idea of what could I cange to improve it?

alecapecchi commented 2 years ago

Ok, I was linking to the wrong dataset. My bad