kwiver
kwiver copied to clipboard
Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
Currently doesn't compile due to issues in the `evaluate_initializer()` helper function. With the lines calling that function commented out, all tests currently run and succeed aside from `subset_init`, which I...
Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...
Initial version of a STANAG 4607 packet reader.
Copy of #1701 rebased on current master.
I encountered test failures on Windows when running `ctest -j12`, and traced them back to `temp_file_name()` giving the same temporary filename to multiple tests. This PR makes the function more...
- Replace kv::any with std::any - Replace kv::any_cast with std::any_cast - Replace kv::bad_any_cast with std::bad_any_cast - any.empty() -> !any.has_value() - any.type_name() -> any.type().name()
Following up removing `ICING_DETECTED` from vital metadata, this PR removes nine wind-, pressure- and temperature-related vital tags that are not generally useful for computer vision algorithms.
Per rule 20 of the "Sequenced-before rules" at , starting in C++17 the right-hand side of an assignment is evaluated before the left-hand side, which is not the desired behavior....