guoday / ICME2019-CTR

The Code for ICME2019 Grand Challenge: Short Video Understanding (Single Model Ranks 6th)
89 stars 21 forks source link

Introduction

Implement of the paper "Multi-modal Representation Learning for Short Video Understanding and Recommendation"

Short Video Understanding Challenge

Introduction of ICME2019 Grand Challenge refers to the website

1. Requirement

2. Download Dataset

cd data
bash download.sh
cd ..

3. Preprocess data

python preprocess.py

4. Extract features

python extract_features.py

5.Convert format of data

python convert_format.py

6. Train the model

python run.py