Spaces:
Running
on
Zero
Running
on
Zero
removed skimage
Browse files- utils/improc.py +3 -3
utils/improc.py
CHANGED
@@ -9,9 +9,9 @@ import cv2
|
|
9 |
import torch.nn.functional as F
|
10 |
EPS = 1e-6
|
11 |
|
12 |
-
from skimage.color import (
|
13 |
-
|
14 |
-
|
15 |
|
16 |
def _convert(input_, type_):
|
17 |
return {
|
|
|
9 |
import torch.nn.functional as F
|
10 |
EPS = 1e-6
|
11 |
|
12 |
+
# from skimage.color import (
|
13 |
+
# rgb2lab, rgb2yuv, rgb2ycbcr, lab2rgb, yuv2rgb, ycbcr2rgb,
|
14 |
+
# rgb2hsv, hsv2rgb, rgb2xyz, xyz2rgb, rgb2hed, hed2rgb)
|
15 |
|
16 |
def _convert(input_, type_):
|
17 |
return {
|