linaa98 commited on
Commit
dcee063
·
verified ·
1 Parent(s): b7c3fbd

Update utils/io/image.py

Browse files
Files changed (1) hide show
  1. utils/io/image.py +2 -3
utils/io/image.py CHANGED
@@ -1,7 +1,6 @@
1
  # -*- coding: utf-8 -*-
2
- # @Time : 2021/5/17
3
- # @Author : Lart Pang
4
- # @GitHub : https://github.com/lartpang
5
  import cv2
6
  import numpy as np
7
 
 
1
  # -*- coding: utf-8 -*-
2
+ #Author: Lart Pang (https://github.com/lartpang)
3
+
 
4
  import cv2
5
  import numpy as np
6