Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```
git clone https://github.com/richzhang/colorization.git
pip install requirements.txt
pip install -r requirements.txt
```

**Colorize!** This script will colorize an image. The results should match the images in the `imgs_out` folder.
Expand Down
1 change: 1 addition & 0 deletions demo_release.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python

import argparse
import matplotlib.pyplot as plt
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
torch
skimage
ipython
scikit-image
numpy
matplotlib
argparse
PIL
Pillow