https://github.com/bepb/image_colorization
https://github.com/bepb/image_colorization
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/image_colorization
- Owner: BEPb
- License: mit
- Created: 2023-03-17T20:40:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T15:19:51.000Z (over 3 years ago)
- Last Synced: 2025-03-24T13:04:31.673Z (over 1 year ago)
- Language: Python
- Size: 16.3 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Image Colorization
## How it works?
**Clone the repository; install dependencies**
```
git clone https://github.com/BEPb/Image_Colorization.git
pip install requirements.txt
```
**Colorize!** This script will colorize an image. The results should match the images in the `imgs_out` folder.
```
python main_colorize.py -i imgs_in/1.jpg
```
