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 3ba2e52a91
Update README.md
3 years ago
configs commit 3 years ago
dataset/tusimple commit 3 years ago
datasets commit 3 years ago
models commit 3 years ago
runner commit 3 years ago
temp commit 3 years ago
tools commit 3 years ago
utils commit 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago
main.py commit 3 years ago
requirements.txt Add requirements.txt 3 years ago
testOrder commit 3 years ago
tusimple_resnet34.pth commit 3 years ago

README.md

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

要求 python>=3.6 cuda10.2

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

完善项目

打开main.py补全代码

运行项目

输入命令

python main.py --config configs/tusimple.py --validate --load_from tusimple_resnet34.pth --gpus 0 --view

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