Views
No views yet
worldflow3d
package (pip install worldflow3d).License. These models are trained on the 3D-FRONT dataset and are released for non-commercial / research use under the 3D-FRONT dataset terms. Theworldflow3dcode is Apache-2.0, but that license does not grant rights to these 3D-FRONT-derived weights. See the 3D-FRONT dataset terms.
pci-lab/worldflow3d-waymo,
under the Waymo Dataset License (non-commercial).| Subfolder | Role |
|---|---|
front3d-coarse | coarse layout-conditioned generation (direct-diffusion) |
front3d-color | source-flow + color refinement (UNet in=4, color mesh sidecar) |
1from worldflow3d import WorldFlow3DPipeline
2
3pipe = WorldFlow3DPipeline.from_hub(
4 "pci-lab/worldflow3d", stage="front3d-coarse",
5 refinement_stages=["front3d-color"], device="cuda",
6)generate_indoor CLI.