showlab/EgoVLP

Inter-video and Intra-video idnex

BinahHu opened this issue · 1 comments

type = itemMCQ['types'] # 1 for inter; 2 for intra

group_list = ["Intra-video", "Inter-video"]

The EgoMCQ dataset use 1 to represent Inter-video and 2 for Intra-video. This aligns with egomcq.json

But the metric function will take 1 for Intra-video and 2 for Inter-video.

Hi BinahHu, thanks your remind.

I am currently not sure this details, have you successfully output the corresponding scores under two settings?

If everything succesfully, you will get two scores for each epoch.
Then the Inter-video will be the higher one while Intra-video will be the lower one due to very challenging.