-
Notifications
You must be signed in to change notification settings - Fork 83
Notes on README
Matt Brown edited this page Aug 24, 2017
·
1 revision
Notes on README.md
- 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
. - 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.
- 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.
- ".pipe" file is very similar is a broken link.
- No discussion of the mailing list