katienotkathy
Results
1
issues of
katienotkathy
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 =...