nwpu-zxr / VadCLIP

VadCLIP official Pytorch implementation
Apache License 2.0
116 stars 11 forks source link

About gt_label_ucf.npy and the calculation of mAP #25

Closed qzfm closed 1 day ago

qzfm commented 1 day ago

Hello. I found that in our file "gt_label_ucf.npy" , the label for normal videos are set to label "A", but when calculating the mAP in file "ucf_detectionMAP.py" , we are still matching samples with the label "Normal". This seems to cause some incorrect results in the mAP calculation.

qzfm commented 1 day ago

Oh, sorry, I get. I shouldn’t treat normal videos as the gt when calculating the mAP.