File size: 702 Bytes
75af177
 
98c1e1c
 
 
76f5acc
75af177
 
 
 
 
 
fbfd318
75af177
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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).