Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Apr 23, 2021
1 parent 50dd91f commit aeee0b0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions local_utils/config_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 2020/6/11 下午5:46
# @Author : LuoYao
# @Site : ICode
# @File : __init__.py.py
# @IDE: PyCharm
# @Author : MaybeShewill-CV
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : __init__.py
# @IDE: PyCharm
8 changes: 4 additions & 4 deletions mnn_project/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 2019/11/5 下午5:03
# @Author : LuoYao
# @Site : ICode
# @File : __init__.py.py
# @IDE: PyCharm
# @Author : MaybeShewill-CV
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : __init__.py
# @IDE: PyCharm
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
tensorflow_gpu==1.15.0
glog==0.3.1
opencv_contrib_python==4.2.0.32
loguru==0.2.5
tensorflow_gpu==1.15.0
tqdm==4.28.1
numpy==1.16.4
matplotlib==2.2.4
opencv_contrib_python==4.2.0.32
numpy==1.16.4
scikit_learn==0.24.1
tensorflow==2.4.1
PyYAML==5.4.1
6 changes: 3 additions & 3 deletions semantic_segmentation_zoo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 19-4-24 下午6:41
# @Author : LuoYao
# @Site : ICode
# @File : __init__.py.py
# @Author : MaybeShewill-CV
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : __init__.py
# @IDE: PyCharm
6 changes: 3 additions & 3 deletions trainner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 2020/6/12 下午1:32
# @Author : LuoYao
# @Site : ICode
# @Author : MaybeShewill-CV
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : __init__.py.py
# @IDE: PyCharm
# @IDE: PyCharm

0 comments on commit aeee0b0

Please sign in to comment.