DeepPiCar
DeepPiCar copied to clipboard
When retraining your code to detect traffic signs and people, both value of AP & AR are 0
I retraining this code https://github.com/dctian/DeepPiCar/blob/master/models/object_detection/code/tensorflow_traffic_sign_detection.ipynb using TensorFlow 1.15.2, and result of AP & AR are 0.

but Loss decreased during iteration like below:

So i can not detect object & its bounding box on test images.

Hello,
I have the same problem. Is there any way to have the list of libraries used with the associated versions?
Update: I tried with tensorflow-gpu==1.13.1 and it worked.