cfzd / Ultra-Fast-Lane-Detection-v2

Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)
MIT License
609 stars 100 forks source link

Backborn question #31

Open HesstisSeca opened 2 years ago

HesstisSeca commented 2 years ago

How can i change the resnet backborn to vgg16? I see the backborn in culane.py can change to resnet18,34,50.... but in backborn.py form middle i see vgg16bn, Can the backborn change to vgg16bn?

cfzd commented 2 years ago

@HesstisSeca I haven't tried vgg16. You can try it yourself.