This is an all-in-one code release for 3D generation pipeline developed by Tencent XR Vision Labs. It contains following submodules, including training and inference codes:
PandoraX
├── geometry
│ ├── main_pipeline
│ │ ├── vae (geometry_vae)
│ │ └── diffusion (geometry_dit)
│ ├── am_generation (ArtistCreatedMeshes)
│ ├── neusdfusion (NeuSDFusion_release)
│ └── isosurface (sparse_mc)
├── texture
│ ├── main_pipeline (texture_generation)
│ ├── geo2rgb (multiview_geo2rgb)
│ ├── rgb2pbr (multiview_rgbpbr)
│ └── render_bake (render-bake_utilities)
├── data
│ ├── main_data_pipeline (data_preparation)
│ └── openvdb_interface (python-openvdb)
├── character
│ ├── main (character_generation)
│ └── phy_cage (PhyCAGE_release)
├── misc
│ ├── raft_stereo (RAFT-Stereo_training)
│ ├── vs_tool (VSTool)
│ ├── quad_remesh (quad_remesh_utils)
│ └── texture_utils (frontal_image_generation_4_texture_gen)
dependencies for submodules are zipped under requirements_txt.zip
model weights and tech report can be downloaded from https://drive.google.com/drive/folders/1NgtWeouNiM-G5VtZMQRF10f2ymNzLsdn
Tencent XR 3DGen is licensed under the MIT License but with additional restrictions in accordance with company policies. These include prohibitions on using the software for harmful or discriminatory purposes, or within the European Union. Please refer to the LICENSE file for full details on the terms and conditions.