Giter Club home page Giter Club logo

stiphr's Introduction

STIP (extended from our previous work in CVPR2022)

Zheng Chang, Xinfeng Zhang, Shanshe Wang, Siwei Ma, Wen Gao.

Official PyTorch Code for "STIP: A Spatiotemporal Information-Preserving and Perception-Augmented Model for High-Resolution Video Prediction"

This work is extended from our previous work STRPM, which has been accepted by CVPR2022. The codes for STRPM have also been made public.

Requirements

  • PyTorch 1.7.1
  • CUDA 11.0
  • CuDNN 8.0.5
  • python 3.6.7

Installation

Create conda environment:

    $ conda create -n STIP python=3.6.7
    $ conda activate STIP
    $ pip install -r requirements.txt
    $ conda install pytorch==1.7 torchvision cudatoolkit=11.0 -c pytorch

Download repository:

    $ git clone [email protected]:ZhengChang467/STIPHR.git

Test on the ucfsports dataset

    $ python STIP_run.py --dataset ucfsport

Test on the Human3.6M dataset

    $ python STIP_run.py --dataset human36m

Test on the SJTU4K dataset

    $ python STIP_run.py --dataset sjtu4k

We plan to share the training soon!

Citation

Please cite the following paper if you feel this repository useful.

@article{chang2022strpm,
title={STRPM: A Spatiotemporal Residual Predictive Model for High-Resolution Video Prediction},
author={Chang, Zheng and Zhang, Xinfeng and Wang, Shanshe and Ma, Siwei and Gao, Wen},
journal={arXiv preprint arXiv:2203.16084},
year={2022}
}

License

See MIT License

stiphr's People

Contributors

zhengchang467 avatar

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.