Skip to content

Instantly share code, notes, and snippets.

@subdavis
Last active April 28, 2020 19:11
Show Gist options
  • Save subdavis/930eaf1bcf85023653bf8467a3da096e to your computer and use it in GitHub Desktop.
Save subdavis/930eaf1bcf85023653bf8467a3da096e to your computer and use it in GitHub Desktop.
Kwiver error
(viame) worker@853b3b280f1e:/home/VIAME/build/install$ cd /home/VIAME/build/install/ && . ./setup_viame.sh && kwiver runner -p /home/VIAME/configs/pipelines/detector_generic.pipe -s input:video_filename=/tmp/tmp4jer2r_b.txt -s detector_writer:file_name=/tmp/tmpydooypva.csv
INFO: Could not load default logger factory. Using built-in logger.
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): Configuration Failure: invalid option
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): detector:type = mmdet
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): valid options are
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): hello_world
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): create_detection_grid
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): example_detector
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): full_frame
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): darknet
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): hough_circle
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): ocv_windowed
2020-04-28 19:10:30.862 WARN algorithm.cxx(239): detect_heat_map
2020-04-28 19:10:30.862 WARN algorithm.cxx(253): Configuration Failure Backtrace: detector:ocv_windowed
Caught unhandled kwiver::vital::vital_exception: The process 'detector1' has a configuration issue: Configuration check failed.
worker@853b3b280f1e:/home$ cd /home/VIAME/build/install/ && . ./setup_viame.sh && kwiver runner -p /home/VIAME/configs/pipelines/detector_simple_hough.pipe -s input:video_filename=/tmp/tmp4jer2r_b.txt -s detector_writer:file_name=/tmp/tmpydooypva.csv
INFO: Could not load default logger factory. Using built-in logger.
2020-04-28 18:41:51.859 INFO video_input_image_list.cxx(384): reading image from file "/tmp/tmpxg02acj2/5ea870a17070e1dc3af59aa1/20171027.214857.279.029460.png"
2020-04-28 18:41:51.877 INFO video_input_image_list.cxx(384): reading image from file "/tmp/tmpxg02acj2/5ea870a17070e1dc3af59aa1/20171027.214855.865.029443.png"
OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /home/VIAME/build/build/src/fletch-build/build/src/OpenCV/modules/imgproc/src/color.cpp, line 11111
terminate called after throwing an instance of 'cv::Exception'
what(): /home/VIAME/build/build/src/fletch-build/build/src/OpenCV/modules/imgproc/src/color.cpp:11111: error: (-215) scn == 3 || scn == 4 in function cvtColor
Aborted (core dumped)
(viame) worker@853b3b280f1e:/home/VIAME/build/install$ cd /home/VIAME/build/install/ && . ./setup_viame.sh && kwiver runner -p /home/VIAME/configs/pipelines/tracker_generic.pipe -s input:video_filename=/tmp/tmp4jer2r_b.txt -s detector_writer:file_name=/tmp/tmpydooypva.csv
INFO: Could not load default logger factory. Using built-in logger.
Caught unhandled kwiver::vital::vital_exception: There is no such process of type 'srnn_tracker' in the registry, thrown from /home/VIAME/packages/kwiver/sprokit/src/sprokit/pipeline/process_factory.cxx:127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment