Skip to content
/ CHAN Public

A PyTorch implementation for Convolutional Hierarchical Attention Network for Query-Focused Video Summarization

Notifications You must be signed in to change notification settings

ckczzj/CHAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional Hierarchical Attention Network for Query-Focused Video Summarization (CHAN)

code for Convolutional Hierarchical Attention Network for Query-Focused Video Summarization,which is accepted by AAAI 2020 conference.

arXiv paper

Prerequisites

  • Python 3.5
  • PyTorch 1.4.0
  • matlab.engine (Install MATLAB Engine API for Python here)
  • gensim
  • h5py

Run

  1. download and unzip glove.840B.300d.zip and place it at ./data/glove.bin
  2. download and unzip UTC_feature.zip and place it at ./data/
  3. (optional) modify json file in config folder for experimental setting
  4. python main.py

About

A PyTorch implementation for Convolutional Hierarchical Attention Network for Query-Focused Video Summarization

Resources

Stars

Watchers

Forks