image_segmentation.py remove cv2

This commit is contained in:
Andrew Hundt
2017-12-18 18:26:35 -05:00
committed by GitHub
parent 647beddedc
commit b9cbbd61e5
@@ -4,7 +4,6 @@ from keras import backend as K
from PIL import Image
import numpy as np
import os
import cv2
def center_crop(x, center_crop_size, data_format, **kwargs):