Image-to-normal-map
Project description
Image-to-Normal-Map
Create normal maps from images (using AI)
Quick Start
pip install imaginairy-normal-map
from PIL import Image
from imaginairy_normal_map.model import create_normal_map_pil_img
img = Image.open("oval-office-large.jpg")
normal_img = create_normal_map_pil_img(img)
normal_img.save("oval-office-large-normal.jpg")
This project was made to support the AI image generation project, imaginAIry.
Credit to Gwangbin Bae, Ignas Budvytis, and Roberto Cipolla for creation of the original algorithm and code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file imaginairy_normal_map-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: imaginairy_normal_map-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59663273e77e481bc5bfe53197a0f382e5e4f9e348ff9f1ab1df6d91dc500023 |
|
MD5 | 02749a294ca1d34680fe4ce4f8441821 |
|
BLAKE2b-256 | 7d4236c07efe1296b3f276a25bd34d26565c62b6524b023daddad03131b47953 |