Views
No views yet
timebridge_vits8_400ep.pth1import torch
2
3ckpt = torch.load("timebridge_vits8_400ep.pth", map_location="cpu")
4print(ckpt.keys())
51@InProceedings{Wang_2026_CVPR,
2 author = {Wang, Qin and Morrison, Abigail and Scharr, Hanno and Krajsek, Kai},
3 title = {TimeBridge: Self-Supervised Video Representation Learning via Start-End Joint Embedding and In-Between Frame Prediction},
4 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
5 month = {June},
6 year = {2026},
7 pages = {39647-39658}
8}