kwiver
kwiver copied to clipboard
Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
Review and modernize CMake code for kwiver.
Track Oracle framework [ReadMe page](https://github.com/Kitware/kwiver/blob/master/track_oracle/README.markdown) suggests to read - [this page](https://github.com/Kitware/kwiver/blob/master/track_oracle/scoring_framework/README.markdown) to understand more details for Scoring framework. However the page is missing and the link needs to be fixed.
When building KWIVER in Visual Studio on Windows, the test will fail to build because GTest is required to run at build time and is not in the system path....
There is an issue in the singleton vital::thread_pool class that causes programs which use it to hang when they terminate. This only happens on Windows with Visual Studio and appears...
The following warning appears all the time because the directory is not there. Warning - Path not found loading clusters: /usr/local/share/sprokit/pipelines/clusters The warning can not be removed because there may...
There seems to be an issue with how the python shared library is loaded either by the vital plugin manager or the plugins themselves. Note I am using a python2.7...
If the following CMake options are as noted: KWIVER_ENABLE_PROCESSES OFF KWIVER_ENABLE_SPROKIT ON KWIVER_ENABLE_TESTS ON ...KWIVER fails to build: In file included from .../sprokit/tests/sprokit/pipeline/test_non_blocking.cxx:38: .../sprokit/processes/adapters/output_adapter.h:39:10: fatal error: 'sprokit/processes/adapters/kwiver_adapter_export.h' file not found...
I am seeing an issue when building fletch with gcc and then kwiver with clang. I'm not sure if this is expected to cause problems, but it seems that the...
I encountered a segfault in a python pipeline I developed that addressed a stereo vision problem. When debugging I reduced it to a minimal working example. The MWE pipeline simply...
Every so often I see the `vxl_initialize_cameras_landmarks-noisy_points_from_last` test fail with a segfault. It passes more often than not. To reproduce I have to just keep running it until it fails....