BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

Removing scipy.misc.imresize #106

Closed visatish closed 4 years ago

visatish commented 4 years ago

Removing scipy.misc.imresize, which has been removed in 1.3.0, and switching to skimage.transform.resize.