Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teowu authored Jul 4, 2022
1 parent 7c9dac3 commit 09f8f28
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# FAST-VQA
The official open source training and inference code for our paper "FAST-VQA: Efficient End-to-end Video Quality Assessment with Fragment Sampling".
---- To Appear in ECCV2022 ----

Supports

- Training with Large Dataset ```finetune.py```
- Finetuning into Smaller Datasets ```finetune.py```
- Evaluation ```infer.py```
- Direct API Import ```from fastvqa import deep_end_to_end_vqa```
- Package Installation as ```pip install .```

in Master Branch.

The [Dev_Branch](/tree/dev) contain several new features which is more suitable for development of your own deep end-to-end VQA models.

*PreRelease Version: 0.8.0*

## Intro

The official open source training and inference code for our paper "FAST-VQA: Efficient End-to-end Video Quality Assessment with Fragment Sampling". \[[Arxiv Edition](NA)\].
You can view our [Preprint Edition](FAST_VQA_Paper.pdf) in this repo and our camera ready edition will be open soon.

Examples on Live Fragments:

Expand Down Expand Up @@ -172,7 +185,7 @@ Please cite the following paper when using this repo.
@article{wu2022fastquality,
title={FAST-VQA: Efficient End-to-end Video Quality Assessment with Fragment Sampling},
author={Wu, Haoning and Chen, Chaofeng and Hou, Jingwen and Wang, Annan and Sun, Wenxiu and Yan, Qiong and Weisi, Lin},
journal={arXiv preprint},
journal={European Conference of Computer Vision (ECCV)},
year={2022}
}
```
```

0 comments on commit 09f8f28

Please sign in to comment.