Skip to content

[IPM 2025] The official code for CGCN: Context Graph Convolutional Network for Few-Shot Temporal Action Localization

Notifications You must be signed in to change notification settings

mugenggeng/CGCN

Repository files navigation

CGCN: Context Graph Convolutional Network for Few-Shot Temporal Action Localization

Introduction

This is a PyTorch implementation for our paper "CGCN: Context Graph Convolutional Network for Few-Shot Temporal Action Localization".

network

Dependencies

Installation

  1. Create conda environment
    conda env create -f env.yml
    source activate cgcn
  2. Install Align1D2.2.0
    cd cgcn_lib
    python setup.py install
  3. Test Align1D2.2.0
    python align.py
  4. Post-processing : Download the CUHK classifier from this link and place it in "data" folder

License

This project is licensed under the Apache-2.0 License.

About

[IPM 2025] The official code for CGCN: Context Graph Convolutional Network for Few-Shot Temporal Action Localization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages