-
Notifications
You must be signed in to change notification settings - Fork 83
Home
Matt Brown edited this page Feb 21, 2017
·
19 revisions
Notes on README.md
- Does not explicitly say to make install. However, SPROKIT_DEFAULT_MODULE_PATHS=/usr/local/lib/sprokit, which assumes you did.
- When I ran
$processopedia -t numbers -d
, I got Error: unknown option -t. processopedia --version returns
sprokit
Built with sprokit:
Built from git: no
Git hash:
Dirty: no -
https://github.com/Kitware/kwiver/blob/master/kwiver/pipeline_configs/number_flow.pipe is a broken link. I think it should be https://github.com/Kitware/kwiver/blob/master/sprokit/pipelines/number_flow.pipe
a. Likewise,pipeline_runner -p </path/to/kwiver/source>/kwiver/pipeline_configs>/number_flow.pipe
should be updated as well. - make install doesn't seem to respect
SPROKIT_DEFAULT_CLUSTER_PATHS
defined by cmake. The files don't get copied there. - ran
$ pipeline_runner -S pythread_per_process -p /home/matt/libraries/kwiver/sprokit/pipelines/number_flow.pipe
and gotException caught: There is no such process of type 'numbers' in the registry
.