Skip to content
Matt Brown edited this page Feb 21, 2017 · 19 revisions

Notes on README.md

  1. Does not explicitly say to make install. However, SPROKIT_DEFAULT_MODULE_PATHS=/usr/local/lib/sprokit, which assumes you did.
  2. 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
  3. 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.
  4. make install doesn't seem to respect SPROKIT_DEFAULT_CLUSTER_PATHS defined by cmake. The files don't get copied there.
  5. ran $ pipeline_runner -S pythread_per_process -p /home/matt/libraries/kwiver/sprokit/pipelines/number_flow.pipe and got Exception caught: There is no such process of type 'numbers' in the registry.
Clone this wiki locally