This project is inspired by the art work titled "Out of All Things One, and Out of One All Things" created by Petros Vrellis.
Table of Contents
This project allows anyone to generate a 3 layers glass sheet image. If you stack them together, you will see the target image you choosed.
This project can run on anaconda environent with Python version over 3.9
- Conda
conda create -n [YourEnvName] python=3.9
Use this command to install required pip modules
- pip
pip install -r requirements.txt
-
Choose the desired pattern or use the default patterns in the pattern directory
-
Choose your target image or use the default images in the src directory
-
Start training!
- place the target image path after --target
- place the ssim score limit of the result to your target image after --ssim_limit
python3 train.py --target src/cat1.jpg --ssim_limit 0.95
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Yao-ting, Huang yaotinghuang89@gmail.com
Project Link: Out-of-All-Things-One-and-Out-of-One-All-Things