Skip to content

atomicbits/stvg-work

 
 

Repository files navigation

Size-Modulated Deformable Attention in Spatio-Temporal Video Grounding Pipelines

This repository contains the code implementation for the paper titled "Size-Modulated Deformable Attention in Spatio-Temporal Video Grounding Pipelines".

Overview

The code in this repository is based on the work done in the github repository of Embracing Consistency: A One-Stage Approach for Spatio-Temporal Video Grounding. Our work extends and modifies the concepts introduced in the STCAT paper to incorporate size-modulated deformable attention mechanisms.

Usage

Installation

  1. Clone this repository:
    git clone https://github.com/Hans7331/stcat-code.git
    cd stcat-code
    
  2. Install the required dependencies:
    pip install -r requirements.txt
    

Running the Code

To run the basic experiment implemented in this repository, use the following command:

python train_net.py --config-file "experiments/HC-STVG/e2e_STCAT_R101_HCSTVG.yaml"
python train_net.py --config-file "experiments/VidSTG/e2e_STCAT_R101_VidSTG.yaml"

Note

The code for other experiments is currently being updated and will be added to the repository soon. Stay tuned for updates!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%