File size: 2,801 Bytes
5408e3c
 
 
0a257b9
5408e3c
 
 
 
 
 
 
 
 
a8de100
5408e3c
 
b86499d
5408e3c
b86499d
5408e3c
b86499d
5408e3c
b86499d
5408e3c
b86499d
5408e3c
b86499d
 
 
a8de100
b86499d
5408e3c
a8de100
5408e3c
b86499d
5408e3c
b86499d
5408e3c
b86499d
 
 
 
 
 
 
 
 
5408e3c
b86499d
5408e3c
b86499d
 
 
 
5408e3c
b86499d
5408e3c
b86499d
5408e3c
a8de100
427f51c
b86499d
 
 
 
a8de100
b86499d
 
5408e3c
b86499d
5408e3c
a8de100
5408e3c
b86499d
a8de100
b86499d
a8de100
 
b86499d
5408e3c
b86499d
5408e3c
b86499d
a8de100
 
 
b86499d
5408e3c
b86499d
5408e3c
b86499d
5408e3c
b86499d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
license: mit
task_categories:
- visual-document-retrieval
- text-to-video
language:
- en
tags:
- video-retrieval
- generative-retrieval
- semantic-ids
- text-to-video
size_categories:
- 1M<n<10M
---

# GRDR-TVR release assets

This dataset repository hosts release assets for GRDR: a learned semantic-key index for large-scale text-to-video retrieval. The main code repository is [JasonCoderMaker/GRDR](https://github.com/JasonCoderMaker/GRDR).

## Hosted files

### InternVideo2 features

Pre-extracted InternVideo2 features are available for:

- `msrvtt`
- `actnet`
- `didemo`
- `panda`
- `lsmdc` legacy assets

The source videos remain under their original dataset licenses and are not mirrored here.

### GRDR checkpoints

The release-facing checkpoint path is canonical for each dataset:

```text
GRDR/<dataset>/best_model/best_model.pt
GRDR/<dataset>/best_model/best_model.pt.code
GRDR/<dataset>/best_model/best_model.pt.centroids
GRDR/<dataset>/best_model/best_model.pt.embedding
GRDR/<dataset>/best_model/best_model.pt.model
GRDR/<dataset>/best_model/best_model.pt.start_token
GRDR/<dataset>/best_model/best_model.pt.videorqvae
```

Current release datasets:

- `msrvtt`
- `actnet`
- `didemo`
- `panda`

Legacy `lsmdc` checkpoint files remain available under `GRDR/lsmdc/best_model/`, but they are not part of the current GRDR release manifest.

### X-Pool checkpoints

X-Pool checkpoint filenames keep their original flat layout:

```text
Xpool/msrvtt9k_model_best.pth
Xpool/actnet_model_best.pth
Xpool/didemo_model_best.pth
Xpool/panda_2150k_s42_model_best.pth
Xpool/lsmdc_model_best.pth
```

## Download examples

Use the `download_features.py` script from the GRDR code repository for the full reproduction workflow. This Hub-side copy downloads the hosted release assets directly:

```bash
python download_features.py --features --datasets panda
python download_features.py --grdr --datasets msrvtt panda
python download_features.py --xpool --datasets msrvtt actnet didemo panda
python download_features.py --all --datasets panda
```

You can also download directly from the Hub:

```bash
hf download JasonCoderMaker/GRDR-TVR --type dataset --include 'InternVideo2/panda/**' --local-dir ./dataset/features
hf download JasonCoderMaker/GRDR-TVR --type dataset --include 'GRDR/panda/best_model/*' --local-dir ./output/checkpoints
hf download JasonCoderMaker/GRDR-TVR --type dataset --include 'Xpool/panda_2150k_s42_model_best.pth' --local-dir ./reranker/xpool/ckpt
```

The GRDR repository expects checkpoints under `output/checkpoints/GRDR/<dataset>/best_model/`.

## License

The release assets are distributed under the MIT License where applicable. Source video datasets keep their original licenses. This repository provides features and model checkpoints, not the original videos.