timothybrooks / motion-blur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning to Synthesize Motion Blur

Reference code for the paper Learning to Synthesize Motion Blur. Tim Brooks & Jonathan T. Barron, CVPR 2019. If you use this code, please cite our paper:

@article{BrooksBarronCVPR2019,
  author    = {Tim Brooks and Jonathan T. Barron},
  title     = {Learning to Synthesize Motion Blur},
  journal   = {CVPR},
  year      = {2019},
}

This code is split into two halves:

  • ./eval/ contains code an evaluation harness for our test set
  • ./train/ contains code for training our model.

About


Languages

Language:Python 100.0%