kwiver
kwiver copied to clipboard
Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
The following script segfaults (Remembering to switch virtual environments to python 2 and then run source ~/code/kwiver/build/setup_KWIVER.sh) ```python from sprokit.pipeline import process help(process) ``` I know a pybind11 move is...
When converting a grayscale image within an image_container_sptr to a cv::Mat `cv_dest = ocv::image_container::vital_to_ocv(image_dest->get_image());` I am encountering image corruption at random times throughout the pipeline processing, which leads me to...
It would be nice to have a case/example where you can query all the data taken at a given timestamp. CC: @collinsr
If I want to use Kiwver in my own project, I have to do this: include_directories(${KWIVER_INCLUDE_DIRS}) This is sub-optimal since CMake 2.8.10. Kwiver's exported targets should have `INTERFACE_INCLUDE_DIRECTORIES` set so...
As the description indicates, doing a make install on kwiver does not reconfigure the kwiver-config.cmake file, which is based on kwiver-config-install.cmake. All of the paths in the installed file point...
File /viame/build/install/lib/python2.7/dist-packages/vital/types/image.py", line 130, in from_pil img_data = pil_image.tostring() File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 697, in tostring "Please call tobytes() instead.") NotImplementedError: tostring() has been removed. Please call tobytes() instead. tostring() has...
viscl doesn't appear to able to be built with Fletch.
Error: In file included from /home/matt/libraries/fletch-build/build/src/OpenCV-build/modules/python2/pyopencv_generated_include.h:11:0, from /home/matt/libraries/fletch-build/build/src/OpenCV/modules/python/src2/cv2.cpp:12: /home/matt/libraries/fletch-build/build/src/OpenCV_contrib/modules/hdf/include/opencv2/hdf/hdf5.hpp:40:18: fatal error: hdf5.h: No such file or directory #include In cmake, fletch_ENABLE_HDF5=ON Installing libhdf5-dev fixes it.