Moby_Eye_Tracking
Moby_Eye_Tracking copied to clipboard
[fix]: deprecated imresize function
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.