Chinmay26 / Near-Duplicate-Video-Detection

Detecting near-duplicate videos by aggregating features from intermediate CNN layers
95 stars 18 forks source link

Method for calculating mAP #4

Open eypros opened 5 years ago

eypros commented 5 years ago

I was examining your code but I couldn't find where you calculate mean average precision. You state you are achieving 0.951 mAP score but in your notebook I couldn't locate it.

Could you provide any source of how do you calculate your mAP?

Chinmay26 commented 5 years ago

Ahh. Good catch.

Looks like I didn't push my final changes to calculate the evaluation measures. I will update this when I get some time. mAP should be easy to calculate as well.