Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitanyk committed Jul 30, 2018
1 parent 962465f commit 6050cc9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Colorization/README
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

Run the getModels.sh file from command line to download the needed model files

sudo chmod a+x getModels.sh
./getModels.sh

Python:
Commandline usage to colorize
a single image:
python3 colorizeImage.py --input data/greyscaleImage.png
python3 colorizeImage.py --input greyscaleImage.png
a video file:
python3 colorizeVideo.py --input data/greyscaleVideo.mov
python3 colorizeVideo.py --input greyscaleVideo.mp4


C++:
Expand All @@ -19,7 +20,7 @@ g++ -ggdb `pkg-config --cflags --libs /usr/local/Cellar/opencv3/3.4.2/lib/pkgcon

Commandline usage to colorize
a single image:
./colorizeImage.out data/greyscaleImage.png
./colorizeImage.out greyscaleImage.png
a video file:
./colorizeVideo.out data/greyscaleVideo.png
./colorizeVideo.out greyscaleVideo.mp4

0 comments on commit 6050cc9

Please sign in to comment.