Construction data twin research

Construction drawings are full of data. Let’s make it usable.

RealEyesVR is an independent project exploring how visual AI can read drawing schedules, check what it found, and turn the results into structured data people can actually query.

Built from a VDC/BIM perspective. Tested on real construction workflows.

A8.2 DOOR & FRAME SCHEDULE
DOORSIZEMAT.HW
101A3'-0" × 7'-0"HMHW-1
1023'-0" × 7'-0"WDHW-3
1036'-0" × 7'-0"HMHW-5
door_number"101A"
width_inches36
material"HM"
source"A8.2"

The problem

The information exists. It is simply trapped.

Door schedules, equipment lists, panelboards, finishes, and hardware groups contain information teams repeatedly re-enter by hand. PDFs are easy to view, but difficult to query, compare, or connect to the rest of a project.

01

Today

People search sheets, read tiny tables, copy values, and rebuild the same lists in spreadsheets and models.

02

The idea

Let visual AI perform the first reading, then validate every record and preserve a direct link back to its source.

03

The result

A living data layer that can support estimating, procurement, coordination, field checks, and future analysis.

The workflow

From sheet to trusted record

AI starts the process. It does not get the final word.

A layered reading process keeps the drawing—not the model output—as the source of truth.
01

Source sheet

One schedule image

02

Map the table

Columns + 17 row bands

03

Read in batches

1–45–8

Qwen verifies up to 4 rows

04

Check & escalate

RFI?

Schema rules flag anomalies

Prototype signal

A 17-door-row schedule was mapped correctly. An earlier row-by-row run returned 15 unique records, while the current batched test records the exact source bands it reads or misses. A potentially incorrect source dimension was preserved for review rather than silently changed.

  1. 01

    Map

    A document reviewer identifies table structure and proposes rows and columns.

  2. 02

    Read

    Qwen 3.5 checks the source image and extracts small row batches instead of guessing from a whole sheet.

  3. 03

    Validate

    Schema and source-row-band checks distinguish readable records from missing, duplicated, or misplaced values.

  4. 04

    Escalate

    Unusual source values are preserved and surfaced for an RFI or focused human review.

  5. 05

    Connect

    Verified records enter the data twin with their sheet, region, revision, and review state attached.

Explore the full process

The destination

Not another PDF viewer. A project data layer.

Once drawing information is structured, teams can ask practical questions:

  • How many hollow-metal doors use hardware group HW-1?
  • Which scheduled items changed between drawing revisions?
  • Which equipment records are missing electrical requirements?
  • Where do drawing schedules and the BIM model disagree?

Current status

A working research project—not a finished product.

Recent tests show that Qwen 3.5 can serve as an effective first visual gate, followed by deterministic checks and targeted review. The next work is making that success repeatable across projects, disciplines, and revisions.

Building now
  • Door and frame schedules
  • Hardware groups
  • Structured JSON output
  • Source-linked validation
  • ZeroGPU community Test Lab
See the Test Lab concept