Johnntirs's picture
Room Visualizer backend (Docker)
0cdb4e8
Raw
History Blame Contribute Delete
304 Bytes
"""Analysis + placement pipeline modules.
Each module is independently importable and testable. ML-backed stages
(detection, depth, segmentation) lazy-load their models and degrade gracefully
to OpenCV/geometric fallbacks, so the whole pipeline runs with only the light
core dependencies installed.
"""