#129 · Primary category: Image Generation
Image-OutPainting
🏖 Keras Implementation of Painting outside the box
Project last updated:11/22/22
GitHub Stars
1.1K
Forks
223
Contributors
3
License
Other
Why we included this project
Image outpainting is the trickier cousin of inpainting: instead of filling a hole, you extend the canvas past the original edges. This Keras reimplementation of Stanford's 'Painting Outside the Box' paper turns that idea into a concrete starting point. The model is a GAN that invents plausible scenery left and right of a 256x256 crop, with pragmatic tweaks like an identity loss to keep generated content consistent with the source and extra convolution layers to handle the fixed resolution. The repo includes a script to turn the provided beach dataset into NumPy batches, and a pretrained checkpoint lets you skip training and jump straight to inference. For researchers or developers wanting a compact, readable single-task model to dissect, this is easier to work through than a big production framework, though you'll likely need to adapt it for polished, general-purpose use.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.