SuGaR icon indicating copy to clipboard operation
SuGaR copied to clipboard

Feature matching failed with code 34304

Open YZWYD opened this issue 2 years ago • 1 comments

After I processed the video captured by the mobile phone into images, I encountered the following error Feature matching faailed with code 34304,when using these images for the second step - Estimate camera poses with COLMAP.

YZWYD avatar Jan 25 '24 13:01 YZWYD

I have exactly the same issue. COLMAP fails with code 34304

python gaussian_splatting/convert.py -s ./data/small_things_with_range --skip_matching F0312 13:59:24.478989 102323 reconstruction.cc:806] cameras, images, points3D files do not exist at ./data/small_things_with_range/distorted/sparse/0 *** Check failure stack trace: *** @ 0x7f803a6ac1c3 google::LogMessage::Fail() @ 0x7f803a6b125b google::LogMessage::SendToLog() @ 0x7f803a6abebf google::LogMessage::Flush() @ 0x7f803a6ac6ef google::LogMessageFatal::~LogMessageFatal() @ 0x55b11a234617 colmap::Reconstruction::Read() @ 0x55b11a1784d1 RunImageUndistorter() @ 0x55b11a16deaf main @ 0x7f8038aac083 __libc_start_main @ 0x55b11a171f6e _start Aborted (core dumped) ERROR:root:Mapper failed with code 34304. Exiting.

PhilippAuss avatar Mar 12 '24 13:03 PhilippAuss