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 2881484 commit 1c939a6
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-1-31 上午11:21
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : global_config.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion data_provider/data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-1-31 上午11:21
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : data_processor.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion data_provider/lanenet_data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-11 下午4:58
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_data_processor.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion encoder_decoder_model/cnn_basenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 17-9-18 下午3:59
# @Author : Luo Yao
# @Site : http://github.com/TJCVRS
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : cnn_basenet.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion encoder_decoder_model/dense_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-2-1 下午1:43
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : dense_encoder.py
# @IDE: PyCharm Community Edition
"""
Expand Down
4 changes: 2 additions & 2 deletions encoder_decoder_model/fcn_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
# @Time : 18-1-29 下午2:38
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @File : dilation_decoder.py
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : fcn_decoder.py
# @IDE: PyCharm Community Edition
"""
实现一个全卷积网络解码类
Expand Down
4 changes: 2 additions & 2 deletions encoder_decoder_model/vgg_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
# @Time : 18-1-29 下午2:04
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @File : dilation_encoder.py
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : vgg_encoder.py
# @IDE: PyCharm Community Edition
"""
实现一个基于VGG16的特征编码类
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_binary_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-11 上午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 : lanenet_binary_segmentation.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-15 下午4:29
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_cluster.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_discriminative_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-11 下午3:48
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_discriminative_loss.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_instance_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-11 上午11:35
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_instance_segmentation.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_merge_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-11 下午5:28
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_merge_model.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion lanenet_model/lanenet_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-30 上午10:04
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet_postprocess.py
# @IDE: PyCharm Community Edition
"""
Expand Down
2 changes: 1 addition & 1 deletion tools/generate_tusimple_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Time : 18-5-18 下午7:31
# @Author : Luo Yao
# @Site : http://icode.baidu.com/repos/baidu/personal-code/Luoyao
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : generate_tusimple_dataset.py
# @IDE: PyCharm Community Edition
"""
Expand Down

0 comments on commit 1c939a6

Please sign in to comment.