Spaces:
Sleeping
Sleeping
Update Utils/convert.py
Browse files- Utils/convert.py +1 -1
Utils/convert.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import numpy as np
|
2 |
import rasterio
|
3 |
from rasterio.plot import show
|
4 |
-
|
5 |
import cv2
|
6 |
|
7 |
def convert_gtiff_to_8bit(file_path):
|
|
|
1 |
import numpy as np
|
2 |
import rasterio
|
3 |
from rasterio.plot import show
|
4 |
+
|
5 |
import cv2
|
6 |
|
7 |
def convert_gtiff_to_8bit(file_path):
|