You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
p18530742 c730c60915
Update README.md
4 years ago
Tusimple commit 4 years ago
configs commit 4 years ago
data commit 4 years ago
evaluation commit 4 years ago
model commit 4 years ago
scripts commit 4 years ago
utils commit 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 4 years ago
ep000.pth commit 4 years ago
predict.py commit 4 years ago
requirements.txt Add requirements.txt 4 years ago
train.py commit 4 years ago

README.md

下载项目,并安装需要用到的库

要求 python>=3.6 cuda10.2

git clone https://bdgit.educoder.net/p18530742/fast-lane.git
cd fast-lane
pip install -r requirements.txt

完善项目

打开predict.py补全代码

运行项目

打开终端,输入命令

python predict.py  configs/tusimple.py --test_model ep000.pth

最后复制coordinates.txt文件中的内容 , 放到student_str中即可