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
Hello, when converting a image to float type and calling Resize operation, we found that it is different with the result by only using cv.imread(). Then, we find that
Hello, when converting a image to float type and calling Resize operation, we found that it is different with the result by only using cv.imread(). Then, we find that
if the input is not list, it will make a numpy array and convert to uint8. The opeartion will result in the inconsistent with our expectation.
While, we could pass the parameters with (images=[image]) to solve the problem, but I'm not sure the intention to do that.
Best,
KJ
The text was updated successfully, but these errors were encountered: