bdsaglam / icip-vqa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Quality Assessment with deep learning

Install

git clone https://github.com/bdsaglam/icip-vqa
cd icip-vqa
pip install .[dev]

Run experiment

Download the dataset from Kaggle.

Prepare a config file, see example config in ./scripts/ directory.

wandb login --relogin
python ./scripts/experiment_mtl.py --cfg ./scripts/configs/config-mtl.json

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 76.8%Language:Python 22.9%Language:Makefile 0.3%