Object-Classification-and-Localization-with-TensorFlow
                                
                                 Object-Classification-and-Localization-with-TensorFlow copied to clipboard
                                
                                    Object-Classification-and-Localization-with-TensorFlow copied to clipboard
                            
                            
                            
                        cv2 paint
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
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 .