Object-Classification-and-Localization-with-TensorFlow
Object-Classification-and-Localization-with-TensorFlow copied to clipboard
This repository is containing an object classification & localization project for SINGLE object.
Results
1
Object-Classification-and-Localization-with-TensorFlow issues
Sort by
recently updated
recently updated
newest added
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