DeepPiCar icon indicating copy to clipboard operation
DeepPiCar copied to clipboard

When retraining your code to detect traffic signs and people, both value of AP & AR are 0

Open mheriyanto opened this issue 5 years ago • 1 comments

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.

image

but Loss decreased during iteration like below:

image

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

mheriyanto avatar Jul 24 '20 08:07 mheriyanto

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.

lweicker avatar Sep 11 '20 07:09 lweicker