hope you are doing good. I have been working on a project and I have this warning. So, please help me with this.
import os
import cv2
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
img = cv2.imread('img1.jpeg')
plt.imshow(img)
this is the code