eg3d VS PanoHead

Compare eg3d vs PanoHead and see what are their differences.

PanoHead

Code Repository for CVPR 2023 Paper "PanoHead: Geometry-Aware 3D Full-Head Synthesis in 360 degree" (by SizheAn)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
eg3d PanoHead
10 1
3,124 1,849
0.6% -
0.0 4.8
11 months ago 3 months ago
Python Python
GNU General Public License v3.0 or later Creative Commons Zero v1.0 Universal
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eg3d

Posts with mentions or reviews of eg3d. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.

PanoHead

Posts with mentions or reviews of PanoHead. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.
  • Synthesized 360 views of Stable Diffusion generated photos with PanoHead
    3 projects | /r/StableDiffusion | 23 Jun 2023
    Using the recently released PanoHead: Geometry-Aware 3D Full-Head Synthesis in 360° code https://github.com/sizhean/panohead I had a go with people generated from Stable Diffusion (using DeliberateV2 model). I've not figured out yet how they're generating the camera pose information (in the dataset.json inside dataset folder) so I just used their example images and ran through ControlNet to ensure it was the same camera pose for my images, swapping my image file name for the label in the json array. To get the code running I used WSL Ubuntu and installed Cuda Toolkit 11.3, then created the conda environment from their instructions. I think the code is expecting multiple GPU so I had to change the line device = torch.device('cuda') in all of the main python files in the repo. It could be possible to use the results of this to make a synthetic dataset for dreambooth training of a new coherent person (with a bit of work, the quality needs to be a little higher, maybe running images back through img2img + ControlNet first to clean up).

What are some alternatives?

When comparing eg3d and PanoHead you can also consider the following projects:

stylegan-xl - [SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets

PanoHead - Code Repository for CVPR 2023 Paper "PanoHead: Geometry-Aware 3D Full-Head Synthesis in 360 degree"

Clip-Forge

text2voxels - Generate 3D voxels from text with AI

ml-gmpi - Official PyTorch implementation of GMPI (ECCV 2022, Oral Presentation)

CenterSnap - Pytorch code for ICRA'22 paper: "Single-Shot Multi-Object 3D Shape Reconstruction and Categorical 6D Pose and Size Estimation"

text2mesh - 3D mesh stylization driven by a text input in PyTorch