I find in your test.py for rectangle. if you switch ``` plt.imshow(img) cv2.rectangle(......) ``` to ``` cv2.rectangle(......) plt.imshow(img) ``` you will use once in your code in line 210~243