aharley commited on
Commit
513973c
·
1 Parent(s): 909dbfa

removed skimage

Browse files
Files changed (1) hide show
  1. 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
- rgb2lab, rgb2yuv, rgb2ycbcr, lab2rgb, yuv2rgb, ycbcr2rgb,
14
- rgb2hsv, hsv2rgb, rgb2xyz, xyz2rgb, rgb2hed, hed2rgb)
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 {