File size: 731 Bytes
25c2ba9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# InteriorGen3D
# Single 2D Interior Image → High-Quality Editable 3D Interior Scene

"""
InteriorGen3D: Production-grade AI system for converting single interior photographs
into fully editable, photorealistic 3D scenes with:
- Semantically decomposed furniture objects
- Physically consistent room geometry
- PBR materials (albedo, metallic, roughness)
- Multiple export formats (GLB, FBX, OBJ, USDZ)
- Real-world metric scale

Architecture: 5-stage pipeline
1. Scene Understanding (depth, segmentation, layout)
2. Room Structure Generation (walls, floor, ceiling)
3. Object Generation (per-furniture 3D meshes)
4. Scene Composition & Refinement
5. Export & Editing
"""

__version__ = "0.1.0"
__author__ = "InteriorGen3D Team"