<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks for your interest in MAP-Tk.  In the future, please join the kwiver-users mailing list (MAP-Tk is a component of KWIVER) and post questions there.  This will allow more than just myself to respond, it will also archive the responses so that others who have similar questions can benefit.  The mailing list sign-up page is here:<div class=""><br class=""></div><div class=""><a href="http://public.kitware.com/mailman/listinfo/kwiver-users" class="">http://public.kitware.com/mailman/listinfo/kwiver-users</a></div><div class=""><br class=""></div><div class="">It is linked from both <a href="http://www.kwiver.org" class="">www.kwiver.org</a> and the README.md in MAP-Tk.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">In response to your message:  First, your dependency versions look okay, though we haven’t tested that exact combination.  You may want to enable tests in CMake and then run “ctest” in your build tree to verify that the tests pass.  There are some known issues with the last official release of VXL (1.17), but the master branch should work.  You said VXL 1.18, I’m not sure that that exists.</div><div class=""><br class=""></div><div class="">The correct way to call maptk_track_features (or any MAP-Tk tool) is with the “-c” to specify the config file.  In your last example without the “-c" the config check failures are because the tool is not reading the config file and just using the default config values.</div><div class=""><br class=""></div><div class="">In the case where you are correctly using “-c”, the exception you are getting indicates “Path does not exist”.  This is most likely related to loading image files.  Your config file should have “image_list_file” set to a path to a text file in which each line in the file is a path to one image to load (i.e. each frame of video).  What is the contents of your image list file?  Is it empty or does it have a blank line?</div><div class=""><br class=""></div><div class="">—Matt</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 1, 2015, at 11:30 PM, Stedraw <<a href="mailto:527063960@qq.com" class="">527063960@qq.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello, thank you for reading (^_^)</div><div class="">I have installed :</div><div class="">Boost 1.58 , </div><div class="">Eigen 3.25 , </div><div class="">opencv 2.4.11 (the latest version 3.0 can't work with maptk, because it doesn't have Algorithm::_create() ),  </div><div class="">proj 4.91 ,  </div><div class="">VXL 1.18 .</div><div class="">Then I built maptk sucessfully.</div><div class=""><br class=""></div><div class="">But when I ran <span style="color: rgb(0, 0, 128);" class="">maptk_track_features </span>,  I can't get the output</div><div class=""><br class=""></div><div class=""><div class=""><font color="#000080" class="">stedraw@stedraw-PC:~/maptk/maptk/bin$ ./maptk_track_features -c  track_feature.conf -o track_feature.conf</font></div><div class=""><font color="#000080" class="">File parsed! Contained 102 k/v entries.</font></div><div class=""><font color="#000080" class="">OpenCV Error: Bad argument (Unknown matcher name) in create, file /home/stedraw/opencv-2.4.11/modules/features2d/src/matchers.cpp, line 497</font></div><div class=""><font color="#000080" class="">[---] Ignore the above error message, it will be handled. OpenCV is silly.</font></div><div class=""><font color="#000080" class="">OpenCV Error: Bad argument (Unknown matcher name) in create, file /home/stedraw/opencv-2.4.11/modules/features2d/src/matchers.cpp, line 497</font></div><div class=""><font color="#000080" class="">[---] Ignore the above error message, it will be handled. OpenCV is silly.</font></div><div class=""><font color="#000080" class="">INFO: Configuration file contained valid parameters and may be used for running</font></div></div><div class=""><font color="#000080" class=""><br class=""></font></div><div class="">It seems like I can run then. But:</div><div class=""><div class=""><font color="#000080" class="">stedraw@stedraw-PC:~/maptk/maptk/bin$ ./maptk_track_features -c  track_feature.conf</font></div><div class=""><font color="#000080" class="">File parsed! Contained 102 k/v entries.</font></div><div class=""><font color="#000080" class="">OpenCV Error: Bad argument (Unknown matcher name) in create, file /home/stedraw/opencv-2.4.11/modules/features2d/src/matchers.cpp, line 497</font></div><div class=""><font color="#000080" class="">[---] Ignore the above error message, it will be handled. OpenCV is silly.</font></div><div class=""><font color="#000080" class="">OpenCV Error: Bad argument (Unknown matcher name) in create, file /home/stedraw/opencv-2.4.11/modules/features2d/src/matchers.cpp, line 497</font></div><div class=""><font color="#000080" class="">[---] Ignore the above error message, it will be handled. OpenCV is silly.</font></div><div class=""><font color="#000080" class="">Exception caught: Path does not exist: ""</font></div></div><div class=""><br class=""></div><div class="">And I also tried :</div><div class=""><div class=""><font color="#000080" class="">stedraw@stedraw-PC:~/maptk/maptk/bin$ ./maptk_track_features   track_feature.conf</font></div><div class=""><font color="#000080" class="">Config Check Fail: Config needs value image_list_file</font></div><div class=""><font color="#000080" class="">Config Check Fail: Config needs value output_tracks_file</font></div><div class=""><font color="#000080" class="">Configuration Failure: invalid option</font></div><div class=""><font color="#000080" class="">   feature_tracker:type = </font></div><div class=""><font color="#000080" class="">   valid options are</font></div><div class=""><font color="#000080" class="">      core</font></div><div class=""><font color="#000080" class="">Config Check Fail: feature_tracker configuration check failed</font></div><div class=""><font color="#000080" class="">Configuration Failure: invalid option</font></div><div class=""><font color="#000080" class="">   image_reader:type = </font></div><div class=""><font color="#000080" class="">   valid options are</font></div><div class=""><font color="#000080" class="">      ocv</font></div><div class=""><font color="#000080" class="">      vxl</font></div><div class=""><font color="#000080" class="">Config Check Fail: image_reader configuration check failed</font></div><div class=""><font color="#000080" class="">Configuration Failure: invalid option</font></div><div class=""><font color="#000080" class="">   convert_image:type = </font></div><div class=""><font color="#000080" class="">   valid options are</font></div><div class=""><font color="#000080" class="">      bypass</font></div><div class=""><font color="#000080" class="">Config Check Fail: convert_image configuration check failed</font></div><div class=""><font color="#000080" class="">ERROR: Configuration not valid.</font></div></div><div class=""><br class=""></div><div class="">I swear that these three options have been set with the valid value !...</div><div class="">So now I don't know how to kill this error, and I really want to try this maptk for "<span style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;" class="">efficiently processing aerial video"...</span></div><div class="">Thank you very much !</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>