Skip to content

CandleLabAI/GRIZAL-EMNLP2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper

GRIZAL: Generative Prior-guided Zero-Shot Temporal Action Localization

Official repository on "GRIZAL: Generative Prior-guided Zero-Shot Temporal Action Localization", accepted in EMNLP 2024

Setup

We recommend the use of a Linux machine with CUDA compatible GPUs. We provide a Conda environment to configure the required libraries.

Clone the repo with:

git clone ...
cd GRIZAL-EMNLP2024

Conda

The environment can be installed and activated with:

conda create --name grizal python=3.8
conda activate grizal
pip install -r requirements.txt

Preparing Datasets

We recommend to use pre-extracted by GAFNet or any MultiModal features to accelerate inference. Please download the extracted features for THUMOS14 and ActivityNet-v1.3 datasets from links below.

In the same folder, you will find captions generated with GPT4o. Given the size of the datasets, we generated caption at 15 fps for THUMOS14 and 1 fps for ActivityNet-v1.3.

Citation

Please consider citing our paper in your publications if the project helps your research.

@inproceedings{susladkar-etal-2024-grizal,
    title = "{GRIZAL}: Generative Prior-guided Zero-Shot Temporal Action Localization",
    author = "Susladkar, Onkar Kishor  and
      Deshmukh, Gayatri Sudhir  and
      Gorade, Vandan  and
      Mittal, Sparsh",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.1061/",
    doi = "10.18653/v1/2024.emnlp-main.1061",
}

About

Official repository on "GRIZAL: Generative Prior-guided Zero-Shot Temporal Action Localization", accepted in EMNLP 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages