openimages / dataset

The Open Images dataset
https://storage.googleapis.com/openimages/web/index.html
Apache License 2.0
4.25k stars 607 forks source link

Evaluating model checkpoint on validation set #67

Open DatHuynh opened 6 years ago

DatHuynh commented 6 years ago

Have anyone tried to evaluate Resnet 101 image classification checkpoint (trained on V2 data) on the validation set? I got a weird result: only 26 MAP score which contradicts with this paper Learning From Noisy Large-Scale DatasetsWith Minimal Supervision where they got 61 MAP on V1 dataset. Could it be because I resize the image to the maximum size of 256 when downloading them?

Thanks in advance.

yoosan commented 5 years ago

The evaluation metrics is not a standard mAP score. Maybe you shoule check the paper and find how they modify the mAP calculator.