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 am using data loader from pytorch and data transform using your code. I am getting this error, "TypeError: img should be CV Image. Got <class 'PIL.Image.Image'>"
How to feed cvImage instead of PIL image to the model? Is there any other way?