antoine77340 / RareAct

RareAct: A video dataset of unusual interactions
Apache License 2.0
32 stars 3 forks source link

regarding prediction .npy file #1

Open cs20s030 opened 1 year ago

cs20s030 commented 1 year ago

Thanks for the dataset. I just wanted to ask whether to perform softmax on prediction.npy before we pass it to the evaluation script?

antoine77340 commented 1 year ago

It does not matter as softmax does not change the ranking of the action names.

antoine77340 commented 1 year ago

Except if you run the softmax on the video axis dimension. I would just say to try both and see that works the best.