kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems

Results 119 kwiver issues
Sort by recently updated
recently updated
newest added

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 /...

dependencies

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....