Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lerman25/3dmeshrandomprojection
- Owner: lerman25
- License: mit
- Created: 2024-08-20T20:18:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T20:22:46.000Z (3 months ago)
- Last Synced: 2024-08-20T22:23:01.598Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.