text2mesh
Mesh generator
Generates 3D meshes based on text inputs using neural networks and differentiable rendering
3D mesh stylization driven by a text input in PyTorch
929 stars
22 watching
131 forks
Language: Jupyter Notebook
last commit: 6 months ago 3dcomputer-graphicsdifferentiable-renderinggeometry-processingmesh-generationmeshesneural-fieldsneural-stylepytorch
Related projects:
Repository | Description | Stars |
---|---|---|
cpmech/tritet | Generates 2D and 3D meshes, specifically triangulations and tetrahedra | 8 |
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 598 |
meshpro/dmsh | A Python library for generating high-quality 2D meshes | 210 |
wildmeshing/triwild | A software tool that generates triangulated meshes with curve constraints from unstructured 3D point clouds or mesh data. | 232 |
kylebarron/pydelatin | Generates 3D terrain meshes from input data using a C-based algorithm | 68 |
ashual/scene_generation | A PyTorch implementation of a deep learning-based method for generating interactive scenes with specified object attributes and relations | 187 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 804 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 5 |
one-2-3-45/one-2-3-45 | An open-source project that enables the generation of 3D mesh models from single images in under a minute. | 1,567 |
graykode/gpt-2-pytorch | An implementation of the GPT-2 language model in PyTorch for generating text | 973 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 979 |
stared/thinking-in-tensors-writing-in-pytorch | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 329 |
casualganpapers/make-a-scene | PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation | 334 |
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch | An implementation of cascaded refinement networks for generating photorealistic images from semantic layouts | 65 |
carpedm20/began-pytorch | An implementation of a deep learning model for generating images from text descriptions | 262 |