ssd.pytorch icon indicating copy to clipboard operation
ssd.pytorch copied to clipboard

eval and test use the same dataset?

Open ksmdnl opened this issue 3 years ago • 2 comments

I'm still trying to figure it if my assumption that the same dataset for evaluation and testing is being used. Did I miss anything there somewhere? Head ups will be appreciated!

ksmdnl avatar Dec 19 '21 16:12 ksmdnl

I now have similar doubts, the training process seems to use the 2007VOC and 2012VOC, why the eval.py used in the 2007VOC?

smallsun1122 avatar Jan 13 '22 12:01 smallsun1122

I suppose they were benchmarking or trying to reproduce the original implementation on caffe, which trained the model on trainval set and evaluated it on the test set. I did train my model on both combinations and got, as expected, slightly different performance.

ksmdnl avatar Jan 20 '22 17:01 ksmdnl