Skip to content

Commit

Permalink
modified lane-seg reamdme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoudingfu committed Aug 13, 2018
1 parent a5191d5 commit aae713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lane_segmentation/README.tex.md
Expand Up @@ -53,7 +53,7 @@ For lane labeling, we require the result format to match the format of our label
Run the following code for a sample evaluation:
```
cur_dir=`pwd`
export PYTHONPATH = ''$''PYTHONPATH:cur_dir
export PYTHONPATH = $PYTHONPATH:cur_dir
python evaluation/evalPixelLevelSemanticLabeling.py ./test_eval_data/ ./test_eval_data/pred_list.csv ./test_eval_data/ ./test_eval_data/gt_list.csv
```
Expand Down

0 comments on commit aae713e

Please sign in to comment.