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

Input size #48

Closed balajiiitg closed 2 years ago

balajiiitg commented 2 years ago

The model input for lane_att with resnet 18 culane as backbone is 640x360 can i change it different input size?

Turoad commented 2 years ago

You could have a try. The precision may be influenced.