caffe icon indicating copy to clipboard operation
caffe copied to clipboard

0 loss when using ssd_pascal for kitti dataset

Open dishita26 opened this issue 6 years ago • 2 comments

Getting loss of zero while training kitti dataset on ssd

kittierror

dishita26 avatar Jun 04 '19 19:06 dishita26

Have you solved the problem? If yes then could you please share the solution here. I am also running into this error on my custom data-set.

Maharshi-Aupera avatar Nov 12 '19 01:11 Maharshi-Aupera

For me, the issue was the floating point conversion for the xml annotations. SSD does not read floating point numbers as the bounding box output. I was using a script to convert my ground truth annotation from .txt to .xml. But it was writing the annotation in floating point numbers. I solved that by converting the annotation values in the ground truth.

Maharshi-Aupera avatar Nov 15 '19 22:11 Maharshi-Aupera