hkust-vgd/architectural_style_transfer
Code and data release for ICCP 2022 paper "Time-of-Day Neural Style Transfer for Architectural Photographs".
This project helps architects, real estate photographers, and marketing professionals transform ordinary daytime architectural photos into stunning images with dramatic lighting from different times of day. You provide a standard daytime photo of a building and specify a target style (like 'golden hour' or 'blue hour'), and the tool generates a new image with the desired time-of-day aesthetic, preserving the building's geometry.
No commits in the last 6 months.
Use this if you need to create visually striking architectural photography that captures the mood of different times of day without having to reshoot photos at specific magic hours.
Not ideal if you need to perform general image style transfer on subjects other than architectural photographs, or if you require fine-grained control over specific elements beyond foreground and background.
Stars
42
Forks
5
Language
Python
License
—
Category
Last pushed
Mar 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hkust-vgd/architectural_style_transfer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...