Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language descriptions or two-dimensional images. It functions as a generative model capable of producing three-dimensional implicit functions and assets. The project includes a 3D latent encoder that converts trimeshes and 3D models into latent representations using point clouds and multiview renders. It utilizes an image-to-3D generator to produce assets from synthetic view images and a text-to-3D generator to build shapes from text prompts. The system implements a pipeline involving latent
(Originaly exported from https://code.google.com/p/starlab-mcfskel)
The code for Point Cloud GAN (https://arxiv.org/abs/1810.05795).
We present an algorithm for curve skeleton extraction from imperfect point clouds where large portions of the data may be missing. Our construction is primarily based on a novel notion of generalized rotational symmetry axis (ROSA) of an oriented point set. Specifically, given a subset S of…
Official repository for "RefRec: Pseudo-labels Refinement via Shape Reconstruction for Unsupervised 3D Domain Adaptation"
The main features of cvlab-unibo/refrec are: Shape Representation.
Open-source alternatives to cvlab-unibo/refrec include: openai/shap-e — Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language… ataiya/starlab-mcfskel — (Originaly exported from https://code.google.com/p/starlab-mcfskel). chunliangli/point-cloud-gan — The code for Point Cloud GAN (https://arxiv.org/abs/1810.05795). clinplayer/point2skeleton — This repository contains the source code for the CVPR 2021 oral paper Point2Skeleton: Learning Skeletal… colin97/deepmetahandles — [[project]](https://mhsung.github.io/papers/deep-meta-handles.html) [[paper]](https://arxiv.org/pdf/2102.09105)… ataiya/rosa — We present an algorithm for curve skeleton extraction from imperfect point clouds where large portions of the data may…