Update utils/io/image.py
Browse files- utils/io/image.py +2 -3
utils/io/image.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
-
#
|
| 3 |
-
|
| 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 |
|