kwiver
kwiver copied to clipboard
Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
Currently it is possible for our temporary filename creator to yield a filename that already exists, possibly in use by another test program running in parallel in CTest. This happens...
--- Things not brought over: - rename of CMake variables (in order to do it once instead of at every merge conflict) - `ffmpeg_video_input_clip` needs ported
source from https://github.com/Kitware/kwiver/commit/94af234db0ac9d82aad16dbbda11df99f8b837d6 ```bash ❯ cmake . -B build && cmake --build build -j20 -- The C compiler identification is GNU 14.0.1 -- The CXX compiler identification is GNU 14.0.1...
When using `klv` and `serialize` arrows to serialize klv metadata to json, sometimes I get invalid JSON that can not be parsed properly due to the following key value pair:...
Add source file kwiver/arrows/core/tests/match_matrix.cxx Update CMake.txt file /kwiver/src/arrows/core/tests/CMakeLists.txt
It was reported on the mailing list by a user that the KWIVER example pipelines are broken. Specifically, running this pipe: `examples/pipelines/images_to_kwa.pipe` results in this error ``` WARN [2019-01-31 11:51:32...
It is reported that a '-' (dash) does not work as part of a process name. According to the code, a ‘-’ should be allowed as part of the process...
- Implement try-catch for track association to catch invalid values. - Ensure non-null inputs for cameras, landmarks, or tracks to avoid errors.
- Introduce a new function to manage program interruptions, enhancing control flow and error handling. - Modify the 'enable' variable type to bool for increased clarity.
KWIVER applets called on the command line cannot be interrupted by pressing Ctrl-C. This should be the default behavior, so we must be catching `SIGINT` somewhere. Tested on Ubuntu 20.04.