Giter VIP home page Giter VIP logo

starvqa's Introduction

StarVQA

StarVQA: Space-Time Attention for Video Quality Assessment

Installation

First, create a conda virtual environment and activate it:

conda create -n StarVQA python=3.7 -y
source activate StarVQA

Then, install the following packages:

  • fvcore: pip install 'git+https://github.com/facebookresearch/fvcore'
  • simplejson: pip install simplejson
  • einops: pip install einops
  • timm: pip install timm
  • PyAV: conda install av -c conda-forge
  • psutil: pip install psutil
  • scikit-learn: pip install scikit-learn
  • OpenCV: pip install opencv-python
  • tensorboard: pip install tensorboard

Clone this repo.

git clone https://github.com/GZHU-DVL/StarVQA.git
cd StarVQA
python setup.py build develop

Please replace the data path with your local path

Pretrain model

checkpoint-baidu 提取码:87st

If you find StarVQA useful in your research, please use the following BibTeX entry for citation.

Citation:  @article{StarVQA2021,
   author={Fengchuang Xing, Yuan-Gen Wang, Hanpin Wang, Leida Li, and Guopu Zhu},
   title = {{StarVQA}: Space-Time Attention for Video Quality Assessment},
   booktitle = {arXiv preprint arXiv:2108.09635},
   pages = {1-5},
   year = {2021},
}

Acknowledgements

StarVQA is built on top of TimeSformer and pytorch-image-models by Ross Wightman. We thank the authors for releasing their code. If you use our model, please consider citing these works as well:

@inproceedings{gberta_2021_ICML,
    author  = {Gedas Bertasius and Heng Wang and Lorenzo Torresani},
    title = {Is Space-Time Attention All You Need for Video Understanding?},
    booktitle   = {Proceedings of the International Conference on Machine Learning (ICML)}, 
    month = {July},
    year = {2021}
}
@misc{rw2019timm,
  author = {Ross Wightman},
  title = {PyTorch Image Models},
  year = {2019},
  publisher = {GitHub},
  journal = {GitHub repository},
  doi = {10.5281/zenodo.4414861},
  howpublished = {\url{https://github.com/rwightman/pytorch-image-models}}
}

starvqa's People

Contributors

gzhu-dvl avatar

Stargazers

Qifei Tang avatar  avatar 何亮 avatar 疯狂三角肌 avatar DECEM avatar

Watchers

李晖 avatar  avatar

starvqa's Issues

Some questions about StarVQA in paper

Hi , @GZHU-DVL ,

It’s also my research that transformer based VQA, and I have some questions about it and the detail in StarVQA. Could you please give some advices about them?

  1. The bottleneck on I/O of video data. Whether skvideo or opencv is used, dataloader takes a long time for reading, decode, and transform a video sample, which results a low GPU utilization. How do you solve this problem?

  2. Regarding the random crop video frames fed into transformer, are there any sample level or dataset level data normalization operations, and will they have a significant impact on the model performance.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.