AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.66k stars 7.96k forks source link

Detection problems #241

Open mgwizdala opened 6 years ago

mgwizdala commented 6 years ago

Hey,

While training on my own data, I encountered some strange behavior. Every time Obj and No Obj are going to zero really fast. The rest of the training scores appears to be ok, but after any number of steps the result is always the same - no detection.

It is so strange that both avg loss and Recall are looking right.

I tought that this is probably a problem with my data, but when I trained the network based on the data from this article https://timebutt.github.io/static/how-to-train-yolov2-to-detect-custom-objects/ the results are the same.

Additionaly if am trying to run detector on CPU it produces some silly output (a lot of results some with score > 100%)

For comparison, I have trained the net on the original repository. After 2000 steps, the detector is working properly and the Obj value still increases.

Currently I am training network on my own data but the statistics also look good.

I am using Ubuntu 16.10 with two GTX 1080. I tried run this on both cards at once, single card and on CPU. Every time training does not produce any valuable effect.

If i can attach some more information please give me know.

AlexeyAB commented 6 years ago

Hi,