Skip to content

Commit

Permalink
modified code site
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Dec 28, 2018
1 parent 1c939a6 commit 9a0a20f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/test_lanenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-23 上午11:33
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : test_lanenet.py
# @IDE: PyCharm Community Edition
"""
Expand All @@ -20,10 +20,6 @@
import numpy as np
import matplotlib.pyplot as plt
import cv2
try:
from cv2 import cv2
except ImportError:
pass

from lanenet_model import lanenet_merge_model
from lanenet_model import lanenet_cluster
Expand Down

0 comments on commit 9a0a20f

Please sign in to comment.