Skip to content

Accepted by ICCV2023, Revisiting Foreground and Background Separation in Weakly-supervised Temporal Action Localization: A Clustering-based Approach

Notifications You must be signed in to change notification settings

Qinying-Liu/CASE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revisiting Foreground and Background Separation in Weakly-supervised Temporal Action Localization: A Clustering-based Approach

PWC PWC PWC

The code is assembled to OpenWTAL, which implements multiple WTAL methods in a unified codebase.

Revisiting Foreground and Background Separation in Weakly-supervised Temporal Action Localization: A Clustering-based Approach
Qinying Liu, Zilei Wang, Shenghai Rong, Junjie Li, Yixin Zhang
ICCV2023

[Paper]

Data Preparation

  1. Download the features of THUMOS14 from dataset.zip.
  2. Place the features inside the ./data folder.

Train and Evaluate

  1. Train the CASE model by run
    python main_case.py --exp_name CASE
    
  2. The pre-trained model will be saved in the ./outputs folder. You can evaluate the model by running the command below.
    python main_case.py --exp_name CASE --inference_only
    
    We provide our pre-trained checkpoints in checkpoints.zip

References

About

Accepted by ICCV2023, Revisiting Foreground and Background Separation in Weakly-supervised Temporal Action Localization: A Clustering-based Approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages