• Aaron Gokaslan's avatar
    Use cv2 to replace scipy.misc (fix #592) (#667) · fa1dccdd
    Aaron Gokaslan authored
    * Converted scipy.misc to cv2
    
    Scipy.misc is being deprecated so we should probably switch to OpenCV to reduce the number of needed dependencies.
    
    * Removed unused import.
    
    * Made Travis happy
    
    * Travis fix
    
    * Added cv2 dummy func and remove grayscale hack
    fa1dccdd
summary.py 9.28 KB