maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

Replace scipy.ndimage.zoom with OpenCV's cv2.resize #43

Closed maikherbig closed 3 years ago

maikherbig commented 3 years ago

As discussed here, OpenCV's implementation is faster and writing corresponding C++ code is easier. Hence, replace scipy.ndimage.zoom with cv2.resize

maikherbig commented 3 years ago

frontend still needs to be adjusted (drop-down menu still shows the scipy options)