Skip to content

Latest commit

 

History

History

motion_blur

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.