TripleSumm / README.md
smkim37's picture
Update README.md
fbfd318 verified
---
license: mit
tags:
- video
- summarization
- video summarization
---
# TripleSumm
This repository provides pretrained checkpoints for:
[**TripleSumm: Adaptive Triple-Modality Fusion for Video Summarization (ICLR 2026)**](https://arxiv.org/abs/2603.01169)
## 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](https://github.com/smkim37/TripleSumm).