Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 578 Bytes

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.