You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error. what could be the solution? File "/mnt/a/Saliency Dataset/eDN/eDNSalModel.py", line 43, in saliency scaledImg = np.zeros([a*rescale_factor for a in imgSize] + [img.shape[2]]) TypeError: 'float' object cannot be interpreted as an index
The text was updated successfully, but these errors were encountered:
I get the following error. what could be the solution?
File "/mnt/a/Saliency Dataset/eDN/eDNSalModel.py", line 43, in saliency scaledImg = np.zeros([a*rescale_factor for a in imgSize] + [img.shape[2]]) TypeError: 'float' object cannot be interpreted as an index
The text was updated successfully, but these errors were encountered: