Skip to content

zekunhao1995/PointFlowRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Point Cloud Renderer

Instructions and scripts for rendering point cloud figures shown in PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows.

[Paper] [Project GitHub].

The script generates a XML file, which describes a 3D scene in the format used by Mitsuba. You will then be able to render it with Mitsuba.

Dependencies

Instructions

# Generate scene XML file
python3.6 pointflow_fig_colorful.py

# Render using Mitsuba
mitsuba mitsuba_scene.xml

Examples

Cite

Please consider citing our work if you find it useful:

@article{pointflow,
 title={PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows},
 author={Yang, Guandao and Huang, Xun, and Hao, Zekun and Liu, Ming-Yu and Belongie, Serge and Hariharan, Bharath},
 journal={arXiv},
 year={2019}
}

About

Code for rendering the point cloud figures in paper: "PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages