Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lerman25/3dmeshrandomprojection

Generate a image dataset, projected from a 3d mesh, using random camera position&rotation and random camera parameteres
https://github.com/lerman25/3dmeshrandomprojection

Last synced: 3 days ago
JSON representation

Generate a image dataset, projected from a 3d mesh, using random camera position&rotation and random camera parameteres

Awesome Lists containing this project

README

        

# 3DMeshRandomProjection
Generate a image dataset, projected from a 3d mesh, using random camera position&rotation and random camera parameteres.
Based on [dl-vision repo](https://github.com/wikibook/dl-vision) [chapter 7 nb3](https://github.com/wikibook/dl-vision/blob/master/Chapter07/ch7_nb3_render_images_from_3d_models.ipynb).
Even though it's called FootballPitchMeshLoader it can be used on every type of mesh in ply format, just make sure the color is baked on the vertices and not from a texture.