Object-Classification-and-Localization-with-TensorFlow icon indicating copy to clipboard operation
Object-Classification-and-Localization-with-TensorFlow copied to clipboard

cv2 paint

Open ddgetget opened this issue 5 years ago • 1 comments

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

ddgetget avatar Sep 12 '20 14:09 ddgetget

Thanks for your bugfix. Appreciate 😊😊.

12 Eyl 2020 Cmt, saat 17:35 tarihinde Turing Emmy [email protected] şunu yazdı:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MuhammedBuyukkinaci/Object-Classification-and-Localization-with-TensorFlow/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBPFEV3RS4UJKTKY5RPTMTSFOBMBANCNFSM4RJSZORA .

MuhammedBuyukkinaci avatar Sep 12 '20 17:09 MuhammedBuyukkinaci