Automated Real Estate Photo Enhancement using Deep Learning #23716
Replies: 8 comments 4 replies
|
👋 Hello @Rohit23333, thank you for your interest in Ultralytics 🚀! This is an automated response to help you get unblocked quickly—an Ultralytics engineer will also assist soon. In the meantime, we recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a custom training ❓ Question (your real-estate before/after enhancement project sounds like one), please provide as much information as possible, including dataset image examples (a few representative before/after pairs) and training logs (if you’ve already tried training anything), and verify you are following our Tips for Best Training Results. If you can also share how your “raw” inputs are stored (true RAW vs exported JPEG/TIFF) and what resolution you plan to train/infer at, that context will help a lot 💡📸 Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
|
My edits are mostly global — I adjust brightness, exposure, colour temperature, white balance, contrast, and tone curves that affect the whole photo. I occasionally use local adjustments for windows (to reduce overexposure) and to brighten dark corners, but 80% of my editing is global adjustments applied to the entire image. |
|
Thanks for the detailed response. My edits are mostly global. Would you recommend adding a 3D LUT estimation network before the U-Net as a pre-processing step, or is it better to handle everything in one end-to-end network? Also, what specific VGG perceptual loss layers work best for colour/tone matching in interior photography? |
|
Hi @Rohit23333, I am currently working on a very similar project for real estate photo editing. Did you end up having success with the 3D LUT + U-Net approach that Glenn suggested? If you were successful, would you mind sharing a bit about your final methodology or workflow? Any tips or resources would be hugely appreciated. Thank you! |
|
Hi, I am the founder of Stager AI, and after lots of hours we managed to train a model that performs automatic real estate HDR merging at high quality that can compare to fotello or autohdr. We tried everything I can ensure LUTs don't work as they don't adapt to each image conditions, pix2pix doesn't provide enough quality and resolution.. can't reveal the final recipe but it's not a single model it's a multi step process that's was quite complex to put together. |
|
Hi, I’m new to this topic and really curious — could you explain more about the separate HDR step for windows? Why do windows need special treatment and how does it work in practice? |
|
Hi Ignasi,
I’m new to this topic but really interested in what you’ve built. I’d love
to test your auto-HDR model with some real estate photos I have. Would it
be possible to try a few sample images through your tool at
stagerai.com/auto-hdr?
I’m particularly curious about how it handles window areas — that’s usually
the trickiest part in real estate photography.
Looking forward to hearing from you!
Vào Th 2, 15 thg 6, 2026 lúc 04:25 Ignasi Tuduri ***@***.***>
đã viết:
… Hi,
I am the founder of Stager AI, and after lots of hours we managed to train
a model that performs automatic real estate HDR merging at high quality
that can compare to fotello or autohdr. We tried everything I can ensure
LUTs don't work as they don't adapt to each image conditions, pix2pix
doesn't provide enough quality and resolution.. can't reveal the final
recipe but it's not a single model it's a multi step process that's was
quite complex to put together.
https://stagerai.com/auto-hdr
—
Reply to this email directly, view it on GitHub
<#23716?email_source=notifications&email_token=BT36Q3MULBYDBLSN5F73SOD474J35A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGAYDKOBQUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-17300580>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BT36Q3M4WM2VXY4T6PWLHLD474J35AVCNFSNUABHKJSXA33TNF2G64TZHM2TGNJTGYYDINBVHNCGS43DOVZXG2LPNY5TSNJSGU3DGMFBOYBA>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BT36Q3N7BL6NP44W3CECTSD474J35A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGAYDKOBQUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/BT36Q3PC2ZPD6ACEP5RGFQ3474J35A5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGAYDKOBQUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you commented.Message ID:
***@***.***
com>
|
|
Automated real estate photo enhancement using deep learning improves property images by optimizing lighting, clarity, and colors instantly. AI models enhance visual appeal, remove imperfections, and create realistic presentations. This helps attract buyers, increases engagement, and ensures faster marketing with professional-quality visuals, making listings more competitive in digital real estate platforms. |
Uh oh!
There was an error while loading. Please reload this page.
What I am trying to do:
I am a real estate photographer. After every shoot I manually edit each photo in Lightroom/Photoshop to make them look professional — adjusting brightness, colour temperature, contrast, and white balance. This editing takes a lot of time for every property.
I want to build an AI model that learns my editing style from my past work and automatically applies the same edits to new raw photos — saving me hours of manual editing time per property.
How it works:
I have 426 pairs of photos — each pair has the original raw photo and my manually edited version. I want to train a model on these pairs so it learns the difference between my raw and edited photos and applies the same transformation to new raw photos automatically.
Dataset:
426 before/after image pairs
Before: Raw camera photos
After: Manually edited versions in Lightroom/Photoshop
Types: Bedrooms, kitchens, bathrooms, living rooms, exteriors
Hardware:
GPU: RTX 3070 Ti Laptop (8GB VRAM)
CPU: i7-12700H
RAM: 32GB
OS: Windows 11
What I need help with:
What is the best deep learning approach for this problem?
Is pix2pix the right model or is there a better alternative?
How can I get the output as close as possible to my manual edits?
Any suggestions for architecture, loss functions, or training strategy?
How to handle difficult cases like high contrast lighting and bright white rooms?
If you have worked on a similar problem or have any ideas on the best approach to achieve this, please share your thoughts and suggestions.
All reactions