Skip to content
Matt Brown edited this page Aug 24, 2017 · 1 revision

Notes on README.md

  1. 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
  2. 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.
  3. make install doesn't seem to respect SPROKIT_DEFAULT_CLUSTER_PATHS defined by cmake. The files don't get copied there.
  4. 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.
  5. https://github.com/Kitware/kwiver/blob/master/sprokit/processes/python/kw_print_number_process.py is a broken link. I think it should be https://github.com/Kitware/kwiver/blob/master/sprokit/processes/python/kw_print_number_process.py.
  6. The section Running CMake, CMake Options,Dependencies, and Required seem out of place. It might make more sense further up near Building KWIVER, or maybe I am missing something about the intended flow. Also, Vital's place in the hierarchy wasn't really clear.
  7. ".pipe" file is very similar is a broken link.
  8. No discussion of the mailing list
Clone this wiki locally