Sjasilva / VSFA

Quality Assessment of In-the-Wild Videos, accepted by ACM MM 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Assessment of In-the-Wild Videos

Description

VSFA code for the following papers:

Requirement

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
  • PyTorch 1.1.0
  • TensorboardX 1.2, TensorFlow-TensorBoard
  • pytorch/ignite

Intra-Database Experiments (Training and Evaluating)

Feature extraction

CUDA_VISIBLE_DEVICES=0 python CNNfeatures.py --database=KoNViD-1k --frame_batch_size=64

You need to specify the database and change the corresponding videos_dir.

Quality prediction

CUDA_VISIBLE_DEVICES=0 python VSFA.py --database=KoNViD-1k --exp_id=0

You need to specify the database and exp_id.

Test Demo

python test_demo.py --video_path=test.mp4

Contact

Dingquan Li, dingquanli AT pku DOT edu DOT cn.

About

Quality Assessment of In-the-Wild Videos, accepted by ACM MM 2019


Languages

Language:Python 90.7%Language:MATLAB 9.3%