Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 61b5311

Browse files
committed
Renamed to GraVi-T
1 parent 47b6db7 commit 61b5311

32 files changed

Lines changed: 20 additions & 20 deletions

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Graph-LTVU
2-
This repository contains an open-source codebase for graph-based long-term video understanding (Graph-LTVU). It is designed to serve as a spatial-temporal graph learning framework for multiple video understanding tasks. In the current version, it supports training and evaluating one of the state-of-the-art models, [SPELL](https://www.ecva.net/papers/eccv_2022/papers_ECCV/papers/136950367.pdf), for the tasks of active speaker detection and action localization.
1+
# GraVi-T
2+
This repository contains an open-source codebase for Graph-based long-term Video undersTanding (GraVi-T). It is designed to serve as a spatial-temporal graph learning framework for multiple video understanding tasks. In the current version, it supports training and evaluating one of the state-of-the-art models, [SPELL](https://www.ecva.net/papers/eccv_2022/papers_ECCV/papers/136950367.pdf), for the tasks of active speaker detection and action localization.
33

44
In the near future, we will release more advanced graph-based approaches for other tasks, including action segmentation and the [Ego4D challenge](https://ego4d-data.org/workshops/eccv22).
55

6-
![](docs/images/graphltvu_teaser.jpg?raw=true)
6+
![](docs/images/gravit_teaser.jpg?raw=true)
77

88
## Use Cases and Performance
99
| Model | Dataset | Task | validation mAP (%) |
@@ -28,8 +28,8 @@ Alternatively, you can manually install PyYAML, pandas, and [PyG](https://www.py
2828
## Installation
2929
After confirming the above requirements are met, run the following commands:
3030
```
31-
https://github.com/IntelLabs/Graph-LTVU
32-
cd Graph-LTVU
31+
git clone https://github.com/IntelLabs/GraVi-T.git
32+
cd GraVi-T
3333
pip3 install -e .
3434
```
3535

@@ -92,7 +92,7 @@ This will print the evaluation score.
9292
Please refer to the instructions in [GETTING_STARTED_AL.md](docs/GETTING_STARTED_AL.md).
9393

9494
## Contributor
95-
Graph-LTVU is written and maintained by [Kyle Min](https://sites.google.com/view/kylemin)
95+
GraVi-T is written and maintained by [Kyle Min](https://sites.google.com/view/kylemin)
9696

9797
## Citation
9898
ECCV 2022 paper:

docs/images/graphltvu_teaser.jpg

-338 KB
Binary file not shown.

docs/images/gravit_teaser.jpg

201 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pkg_resources import get_distribution
22

33
try:
4-
__version__ = get_distribution('graphltvu').version
4+
__version__ = get_distribution('gravit').version
55
except:
66
__version__ = '1.0.0'
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)