dctian / DeepPiCar

Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
GNU General Public License v3.0
396 stars 270 forks source link

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

Open mheriyanto opened 4 years ago

mheriyanto commented 4 years ago

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

lweicker commented 4 years ago

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.