Code Monkey home page Code Monkey logo

s2vd's Introduction

S2VD

Semi-supervised Video Deraining with Dynamic Rain Generator (CVPR, 2021)

Requirements and Dependencies

  • Ubuntu 16.04, cuda 10.0
  • Python 3.6.10, Pytorch 1.6.0
  • More detail (See environment.yml)

Training pipelines

  1. Download the NTURain dataset from here, and prepare the training data as follows:
    • Labled synthetic data:

          python makedata/preparedata_NTU.py  --ntu_path your_downloaded_synthetic_path --train_path your_saved_train_path 
    • Unlabled real data:

          python makedata/preparedata_NTU_semi.py  --ntu_path_semi your_downloaded_real_path --train_path your_saved_train_path

                Note that you should better put the synthetic and real training data sets into two different training folders.

  1. Modify the configured file options_derain.json according to your own training and testing path.

  2. Begin training:

        python main_NTURain.py
    

Testing pipelines

You need firstly download the testing dataset of NTURain and MSCSC into the folder testsets.

  • NTURain synthetic data set:

        python test_NTURain_synthetic.py
    

    This manuscript will re-produce the paper results in Table 1.

  • NTURain real data set:

        python test_NTURain_real.py
    
  • MSCSC real data set:

        python test_MSCSC_real.py
    

Citation

@incollection{CVPR2021_2429,
title = {Semi-supervised video deraining with dynamic rain generator},
author = {Yue, Zongsheng and Xie, Jianwen and Zhao, Qian and Meng, Deyu},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2021}
}

s2vd's People

Contributors

zsyoaoa avatar

Watchers

 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.