Hello.
i am trying to load a dataset images to example_sfm_scene_reconstruction with:
./example_sfm_scene_reconstruction data/images/temple/dataset_files.txt 230 460 320
and i get:
Initialize nViewMatcher ... OK F1011 22:09:35.299096 32252 nRobustViewMatching.cc:57] Failed loading image: data/images/temple/ * Check failure stack trace: * @ 0x7f027e9a25cd google::LogMessage::Fail() @ 0x7f027e9a4433 google::LogMessage::SendToLog() @ 0x7f027e9a215b google::LogMessage::Flush() @ 0x7f027e9a4e1e google::LogMessageFatal::~LogMessageFatal() @ 0x7f0280d87d15 libmv::correspondence::nRobustViewMatching::computeData() @ 0x7f0280d853e8 libmv::correspondence::nRobustViewMatching::computeCrossMatch() @ 0x7f0280d516db cv::sfm::libmv_solveReconstructionImpl() @ 0x7f0280d530bf cv::sfm::SFMLibmvReconstructionImpl<>::run() @ 0x7f0280d5ece8 cv::sfm::reconstruct_<>() @ 0x7f0280d5ef4c cv::sfm::reconstruct() @ 0x402b45 main @ 0x7f027f094830 __libc_start_main @ 0x4057e9 _start @ (nil) (unknown) Performing Cross Matching ... Abortado (`core' generado)
data/images/temple/dataset_files.txt
temple0001.jpg temple0002.jpg temple0003.jpg temple0004.jpg
How can i solved this issue?