Moby_Eye_Tracking icon indicating copy to clipboard operation
Moby_Eye_Tracking copied to clipboard

[fix]: deprecated imresize function

Open bug-author opened this issue 2 years ago • 0 comments

imresize has been deprecated from scipy 1.3 and later versions, so this code won't work with the current versions of required libraries and frameworks.

I have fixed this by using resize function from skimage library which has the same signature as imresize. It needs skimage to be installed. pip install skimage.

bug-author avatar Jul 27 '23 13:07 bug-author