cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Pre-Training Models

Zengtz opened this issue · comments

commented

For the given CULane model, how to configure and run,And the dataset is in Windows, the code and environment are in Ubuntu, the two systems are on the same server, and the dataset path in Ubuntu is in Windows format. Can this work?

commented

@Zengtz
I'm not very sure to understand your question. Do you mean that you want to run the model on Ubuntu while the data is on Windows? Why not just copy the data or mount the disk on the Ubuntu?

commented

@cfzd Thank you for your answer,but I have another question ,i can't find path of usr,so failed to use soft connection
remarks:already install opencv c++ and compile it
image
image

commented

@Zengtz
If you have installed opencv, you can skip this step and directly build the CULane evaluation tool.