├── README.md └── teaser.png /README.md: -------------------------------------------------------------------------------- 1 | # Open4D 2 | We are in the process of uploading the code and data for our work on [4D visualization of dynamic events from unconstrained multi-view videos](http://www.cs.cmu.edu/~aayushb/Open4D/). 3 | 4 | 5 | 6 | ```make 7 | @inproceedings{BansalCVPR20, 8 | author = {Aayush Bansal and 9 | Minh Vo and 10 | Yaser Sheikh and 11 | Deva Ramanan and 12 | Srinivasa Narasimhan}, 13 | title = {4D Visualization of Dynamic Events from Unconstrained Multi-View Videos}, 14 | booktitle = {CVPR}, 15 | year = {2020}, 16 | } 17 | ``` 18 | 19 | -------------------------------------------------------------------------------- /teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayushbansal/Open4D/293253cd4b85b7246738348452fc0c09d49de3da/teaser.png --------------------------------------------------------------------------------