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

testing the model #59

Open hoangledoan opened 2 years ago

hoangledoan commented 2 years ago

Hi I have cloned the repository and I want to test it in my computer with my images and video. How should I do it?

zillur-av commented 2 years ago

Just follow the procedures. Setup conda environment and build the system. Then use the inference command line. Make sure you download the pre-trained models before running the inference command. Create a directory inside the root and keep your images there.

Sober-xz commented 1 year ago

Where can I download the pre-training model?