Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.2 KB

DOI

Optical Flow from Unreal

This project demonstrates how to get optical flow information from Unreal Engine for computer vision and AI training purposes.

Usage

You need to first have UE 4.20.1 source code and use patch -p1 UE4.patch to patch the engine.

Then you can compile the engine. After a successful compilation, use the Editor to open this project.

Screen Capture

The Optical Flow Screen

Citation

If you found this work helpful in your research, please cite this repository.

@INPROCEEDINGS{fan_jiang_icra19,
  author       = {Fan Jiang and Qi Hao},
  booktitle = {Robotics and Automation (ICRA), 2019 IEEE International Conference on}, 
  title        = {Pavilion: Bridging Photo-Realism and Robotics},
  month        = may,
  year         = 2019,
}

@misc{fan_jiang_2018_1345482,
  author       = {Fan Jiang},
  title        = {Unreal Optical Flow Demo},
  month        = aug,
  year         = 2018,
  doi          = {10.5281/zenodo.1345482},
  url          = {https://doi.org/10.5281/zenodo.1345482}
}

LICENSE

MIT