PySimpleGUI / PySimpleGUI-Photo-Colorizer

Transform black and white images (or your webcam) into beautifully colored images using Deep Learning. Uses OpenCV and Numpy to Colorize your photo or webcam video. GUI provided by PySimpleGUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Working

unknowna17 opened this issue · comments

Hi, i am using Python IDEL and Visual Studio on windows to load up this program however i keep getting the same error message that colorization_release_v2.caffemodel has not been loaded into my model folder, where is the model folder, i am new to python and i am doing a project on colourisation. I need assistant of how to make this work, btw i have the latest versions of all the software and have installed everything, its just saying im missing the file.

image

It needs to be placed in the models folder. If you look at the repo, you'll see the code and then in the same folder is a "model" folder. Make sure you place this file in that folder.

A troubleshooting tip....

Take a look at the code for the error message and you'll see why you're getting it.

Capture

Where is the model folder, i cant find the repo on this, can you guide me please

i cant seem to find the repo, where abouts is it

i have got all the files, i dont see what is wrong here
Uploading Capture.PNG…

pts_in_hull wont open properly aswell

Follow these steps:

  1. Download this repo (this repositorty) as a zip file

SNAG-1469

  1. Unzip into a folder

SNAG-1470

  1. Download the file colorization_release_v2.caffemodel
  2. Place this file in the model folder that ZIP created when you unzipped the repo files
  3. Run the program PySimpleGUI_Colorizer.py

image

It's been over 6 months, so closing this one....