Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck at Listening to Redis Channel #34

Open
katienotkathy opened this issue Dec 8, 2015 · 0 comments
Open

Stuck at Listening to Redis Channel #34

katienotkathy opened this issue Dec 8, 2015 · 0 comments

Comments

@katienotkathy
Copy link

I'm trying to run an application modeled after the python script in the tutorial. Code is below:

from pcloudcv import PCloudCV
config_dict = {'input':'/home/katie/images','output':'/home/katie/output','exec':'VOCRelease5'}
path_to_config_file = '/home/katie/pcloudcv/pcloudcv/config.json'
login_required = True
pcv = PCloudCV(path_to_config_file, config_dict, login_required)
pcv.start()

config file looks like this:

{
    "exec": "VOCRelease5",
    "maxim": 500,
    "config": [
        {
            "name": "VOCRelease5",
            "path": "local: /home/katie/images",
            "output": "/home/katie/output",
            "params": {
                "Models": "all"
            }
        }
    ]
}

When I run the script, I receive what is pasted below, and it just gets stuck there. Any direction on how to fix this? I honestly am not sure what is supposed to happen because the screenshots are broken images, so that could also be a good starting point.

Added Path: /home/katie/pcloudcv/pcloudcv
CherryPy Checker:
The Application mounted at '' has an empty config.

Starting Listening to Redis Channel for HTTP Post Requests

Listening to Redis Channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant