提交 11d45ca9 编写于 作者: L LielinJiang

fix readme

上级 36cd1193
...@@ -14,6 +14,7 @@ python dataset/download_tusimple.py ...@@ -14,6 +14,7 @@ python dataset/download_tusimple.py
``` ```
数据目录结构 数据目录结构
```
LaneNet LaneNet
|-- dataset |-- dataset
|-- tusimple_lane_detection |-- tusimple_lane_detection
...@@ -23,7 +24,7 @@ LaneNet ...@@ -23,7 +24,7 @@ LaneNet
|-- gt_instance_image |-- gt_instance_image
|-- train_part.txt |-- train_part.txt
|-- val_part.txt |-- val_part.txt
```
## 二. 下载预训练模型 ## 二. 下载预训练模型
下载[vgg预训练模型](https://paddle-imagenet-models-name.bj.bcebos.com/VGG16_pretrained.tar),放在```pretrained_models```文件夹下。 下载[vgg预训练模型](https://paddle-imagenet-models-name.bj.bcebos.com/VGG16_pretrained.tar),放在```pretrained_models```文件夹下。
...@@ -120,8 +121,11 @@ CUDA_VISIBLE_DEVICES=0 python -u ./vis.py --cfg configs/lanenet.yaml --use_gpu - ...@@ -120,8 +121,11 @@ CUDA_VISIBLE_DEVICES=0 python -u ./vis.py --cfg configs/lanenet.yaml --use_gpu -
可视化结果示例: 可视化结果示例:
预测结果:![](imgs/0005_pred_lane.png) 预测结果:<br/>
分割结果:![](imgs/0005_pred_binary.png) ![](imgs/0005_pred_lane.png)
车道线实预测结果:![](imgs/0005_pred_instance.png) 分割结果:<br/>
![](imgs/0005_pred_binary.png)
车道线实例预测结果:<br/>
![](imgs/0005_pred_instance.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册