hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not detect object after training your network ?

ngthanhtin opened this issue · comments

Hello, I have modified your net to train only 2 objects which are dog and person, but after training process, I get the loss is around 6 and then I tested (inference) the pre-trained model, the net can not detect anything. Do you have encounter this problem ? If yes, please tell me where is wrong.
Anyway, thanks for your contribution.

Maybe your train data is not enough or train epochs is not enough.

I have meet the same problem,but my loss was very high,it's about 10,how about yours?

i met the same problem, have you solved it?

so am i ,what's your solution?

i dont know, either

i also have same problem ,my loss is acound 7

The loss is too high. Just uncomments the WEIGHTS in yolo/config file, and retrain it

thank you very much :D