I m getting this error
cnts, new = cv2.findContours(edges.copy(), cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)
ValueError: too many values to unpack (expected 2)
after executing this line
cnts, new = cv2.findContours(edges.copy(), cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)
here is the code link :https://github.com/shivanijain1/NumberPlate-detection/blob/main/Task_numberplate%20detection.ipynb