metadata
license: mit
tags:
- video
- summarization
- video summarization
TripleSumm
This repository provides pretrained checkpoints for:
TripleSumm: Adaptive Triple-Modality Fusion for Video Summarization (ICLR 2026)
Available checkpoints
best_model_ckpt_mosu.pth: pretrained checkpoint for MoSu.best_model_ckpt_mrhisum.pth: pretrained checkpoint for Mr. HiSum.
Usage
Please download the appropriate checkpoint file and use it with the official TripleSumm codebase.
For code, installation, training, evaluation, and dataset preparation instructions, please refer to the GitHub repository.