Skip to content

Commit

Permalink
Update evaluate_lanenet_on_tusimple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV authored May 16, 2019
1 parent 9af58c7 commit 34e7231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/evaluate_lanenet_on_tusimple.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_lanenet_batch(src_dir, weights_path, save_dir):

input_image_dir = ops.split(image_path.split('clips')[1])[0][1:]
input_image_name = ops.split(image_path)[1]
output_image_dir = ops.join(dst_dir, input_image_dir)
output_image_dir = ops.join(save_dir, input_image_dir)
os.makedirs(output_image_dir, exist_ok=True)
output_image_path = ops.join(output_image_dir, input_image_name)
if ops.exists(output_image_path):
Expand Down

0 comments on commit 34e7231

Please sign in to comment.