The error was in the interpolation parameter of resize function. It should be cv2.INTER_NEAREST
instead of cv2.INTER_AREA
.
CLICK HERE to find out more related problems solutions.
The error was in the interpolation parameter of resize function. It should be cv2.INTER_NEAREST
instead of cv2.INTER_AREA
.
CLICK HERE to find out more related problems solutions.