calmiLovesAI / TensorFlow2.0_SSD

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .
MIT License
82 stars 43 forks source link

No objects were detected. #10

Open chasers0-0 opened 4 years ago

chasers0-0 commented 4 years ago

Hi, i just run train with 55 pictures, and the last epoch is show this Epoch: 49/50, step: 6/7.0, time spent: 2.40s, loss: 2.53578, cls loss: 4.89513, reg loss: 0.17644 but i use the one in train 55 pictures to test, it's also no objects were detected. why, can you share a model you trained for me? Thanks

raduciou commented 3 years ago

got the same problem. training on 1000 pics and for 30 epochs.

JosephTeja commented 3 years ago

Me too...trained model for 17k pictures and unable to detect the objects. @raduciou @chensers are you guys able to solve this?

bamboo98 commented 3 years ago

Epoch: 35/36, step: 37/38.0, 6.54s/step, loss: 1.81877, cls loss: 3.55806, reg loss: 0.07948 same

xiaotaonan commented 3 years ago

same to me.No objects were detected.

MaxxTr commented 3 years ago

Same to me... Looks like there is some issue with detections reshape...