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

There has been discussion about improving that API for constructing and configuring algorithms. The function naming for these is not very intuitive. Work was started previously here: https://github.com/Kitware/kwiver/pull/446

enhancement

I am trying to built Maptk it is showing the following error: CMake Error at /home/balaji/Downloads/kwiver/kwiver/CMake/utils/kwiver-utils-targets.cmake:120 (add_executable): Target "maptk_match_matrix" links to target "kwiver::kwiver_algo_core" but the target was not found. Perhaps...

We're having an issue in VIAME with a process that uses Pytorch, which in turn uses the Python multiprocessing module. What we're seeing is that after the pipeline runner ends,...

ocv_to_vital doesn't seem to do anything with ColorMode cm.

You should be able to switch on the command line between feeding in an image list, and a video list into a pipeline. As is you need to make separate...

/home/naths/srcs/kwiver/vital/types/detected_object_set.cxx:93:24: error: no member named 'clone' in 'kwiver::vital::detected_object' new_obj->add( det->clone() ); ~~~ ^ /home/naths/srcs/kwiver/vital/types/detected_object_set.cxx:97:37: error: no member named 'clone' in 'kwiver::vital::attribute_set' new_obj->m_attrs = this->m_attrs->clone(); ~~~~~~~~~~~~~ ^

Add a new method to the image_container API, `get_image(x, y, width, height`, which would allow accessing sub images without having to load the full image into memory. This would be...

When a plugin load fails on windows (due to a missing dll or the like) it just prints unable to load plugin [plugin_name]: T 'T' isn't useful, and there should...

If you try to run a python pipeline and access an attribute that doesn't exist, python raises an AttributeError, but the pipeline_runner will just hang and not respond to ctrl+c....

I am getting the following CMake error when configuring KWIVER with KWIVER_ENABLE_KPF on, but not when it is off. This is done on current master branch. -- Configuring done CMake...