Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 957 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 957 Bytes

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