InternVideo icon indicating copy to clipboard operation
InternVideo copied to clipboard

请问如何复现 InternVideo2s1-1B在 K400 K600 K700 数据集上的评估精度?

Open QingshuiL opened this issue 1 year ago • 2 comments

我在 single_modality 和 multi_modality 目录下没有找到对应的评测脚本,我应该如何复现 InternVideo2s1-1B 在 K400 K600 K700 三个数据集上的精度?

QingshuiL avatar Dec 25 '24 08:12 QingshuiL

single_modality 我在 run_finetuning.py 脚本下第697行看到了评估数据精度的函数 final_test() ,这应该就是我在找的 。

QingshuiL avatar Dec 25 '24 09:12 QingshuiL

你好请问你复现结果精度如何,我也是使用single_modality/run_finetuning.py 想要复现‘internvideo2_1B_patch14_224’模型在 action recognition上的表现, 使用的是k400_f16的checkpoint,在load_video的时候按照single_modality/datasets/kinetics.py的方式处理的视频,但是我的output结果精度并不符合预期, 我想知道可能的问题出现在哪个部分

00MomoNiu00 avatar Jan 06 '25 18:01 00MomoNiu00