Views
No views yet
InternVideo2_S2_6B_vision.pt) is a standard PyTorch state dictionary containing only the vision encoder weights. It can be loaded into a compatible vision model architecture using model.load_state_dict().1import torch
2
3vision_state_dict = torch.load("InternVideo2_S2_6B_vision.pt", map_location='cpu') # or 'cuda'1@article{wang2024internvideo2,
2 title={InternVideo2: Scaling Video Foundation Models for Multimodal Video Understanding},
3 author={Wang, Yi and Li, Kunchang and Li, Xinhao and Yu, Jiashuo and He, Yinan and Chen, Guo and Pei, Baoqi and Zheng, Rongkun and Xu, Jilan and Wang, Zun and others},
4 journal={arXiv preprint arXiv:2403.15377},
5 year={2024}
6}