Pixal3D Training Overview and Stages
masterPixal3D training follows a three-stage cascade, where each stage progressively increases resolution. Each stage uses pixel-aligned projection conditioning and view-aligned latents (2 views by default). To move from one resolution to the next within a stage, you must set finetune_ckpt in the configuration JSON to point to the previous checkpoint.
| Stage | Model | Resolutions | Config Prefix |
|---|---|---|---|
| 1 | Sparse Structure | 32 → 64 | ss_flow_img_dit_*_proj_finetune |
| 2 | Shape | 256 → 512 → 1024 | slat_flow_img2shape_*_proj_finetune |
| 3 | Texture | 256 → 512 → 1024 | slat_flow_imgshape2tex_*_proj_finetune |
Data Preparation: Before training, prepare view-aligned O-Voxel data and rendered condition images using the toolkit found in data_toolkit/README.md.