InternVideo
InternVideo copied to clipboard
The code for InternVideo2 stage1 teachers
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?