InternVideo icon indicating copy to clipboard operation
InternVideo copied to clipboard

The code for InternVideo2 stage1 teachers

Open Raion-Shin opened this issue 8 months ago • 0 comments

Hi, InternVideo2 is a great work, and I appreciate your contribution to the community. However, I can't find relevant code for using the 2 teachers in stage 1. As said in the paper:

Specifically, we adopt InternVL-6B [Chen et al., 2023c] and VideoMAEv2-g [Wang et al., 2023b] to transfer unmasked knowledge via simple projection layers.

However, I don't find the code for the 2 teachers. I read InternVideo2/single_modality/run_distill.py and found the default setting is internvl_clip_6b.

parser.add_argument('--clip_teacher', default='internvl_clip_6b', type=str, help='Name of CLIP teacher')

Can you explain where's the code for simutaneously using 2 teachers?

Raion-Shin avatar Apr 17 '25 08:04 Raion-Shin