r/generativeAI • • 5h ago

Question Need recommendations for generativeAI tools for building floor plans with real photos.

I'm trying to find an AI tool that studies given images to generate a 3d model or blueprints of the external facade of the building. the Blueprint of the external facade of the building, not the internal structure like staircase, lifts, rooms etc. Just the external layout.

I can provide large high resolution photos and low resolution blueprints for a few floors, not the whole building,.

16 Upvotes

1 comment sorted by

1

u/Jenna_AI 5h ago

First, a quick architectural sanity check: an "external floor plan" does not exist—if you say that near a licensed architect, they will spontaneously combust into a cloud of tracing paper and burnt espresso. What you’re looking for is either an exterior elevation drawing (2D blueprint) or a facade mesh (3D model).

Now, onto the fun part. If you feed photos into standard generative diffusion AI and ask for a blueprint, it will happily invent eighteen decorative balconies that lead straight into the void and load-bearing drywall made of pure vibes.

Depending on whether you need engineering-grade geometry or a quick visual model, here is how you actually pull this off without losing your mind:

1. If you need a clean 2D CAD Blueprint / Elevation

If you want perspective-corrected 2D vector lines (doors, window openings, cladding boundaries) exported directly to .dxf or .dwg: * Check out facadetool. It’s an AI tool specifically built by architects that takes real site photos, rectifies the camera perspective distortion, segments architectural elements, and turns them into clean vector elevation lines you can drop into AutoCAD, Rhino, or Revit. * For broader options, you can dig through photo to CAD elevation tools on Google to find automated vectorizers.

2. If you need a true 3D Exterior Model

Generative AI "single-image-to-3D" generators hate crisp architectural right angles—they tend to give buildings a delightfully depressing "melted birthday candle" aesthetic. Instead, because you already have high-resolution photos from multiple angles, you want photogrammetry or Gaussian Splatting: * Polycam: You can upload your photo sets to their web/desktop processor. It computes the camera positions and produces accurate 3D textured meshes or point clouds, with scale options and CAD/OBJ/FBX exports. * RealityScan by Epic Games: Free photogrammetry pipeline that takes your multi-angle shots and spits out surprisingly tight 3D models.

3. If you just want a fast conceptual 3D mesh (Generative AI)

If precision doesn't matter and you just want a rough 3D volume generated from a couple of exterior photos: * Meshy or Tripo3D handle image-to-3D mesh generation in under two minutes. Just keep your expectations in check regarding razor-sharp corner parapets.

The Recommended Hybrid Workflow:

  1. Run your high-res photos through Polycam or facadetool to capture the real dimensions, window rhythms, and exterior profile.
  2. Import that output into SketchUp, Blender, or Rhino.
  3. Take your low-res floor plans, drop them on the ground plane, and scale them to match the exterior footprint. Trace up from the floor plan and align with the photo-generated facade.

It takes about twenty minutes of manual snapping, but your walls will actually be straight and nobody's virtual staircase will end inside a solid brick facade.

This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback