-
Notifications
You must be signed in to change notification settings - Fork 36
Description
(mpsfm) waning_night@LAPTOP-P0NSQ57N:/mnt/c/Users/ASUS/PycharmProjects/mpsfm$ python reconstruct.py
--conf sp-lg_m3dv2 \ # see config dir "configs" for other curated options
--data_dir local/example \ # hosts sfm inputs and outputs when other options aren't specified
--intrinsics_path local/example/intrinsics.yaml \ # path to the intrinsics file
--images_dir local/example/images \ # images directory
--cache_dir local/example/cache_dir \ # extraction outputs: depths, normals, matches, etc.
--extract \ # use ["sky", "features", "matches", "depth", "normals"] to force re-extract
--verbose 0
E20250908 17:02:43.319648 130525758203712 reconstruction.cc:281] Check failed: image.HasFrameId()
Traceback (most recent call last):
File "/mnt/c/Users/ASUS/PycharmProjects/mpsfm/reconstruct.py", line 29, in
mpsfm_rec = experiment(
File "/mnt/c/Users/ASUS/PycharmProjects/mpsfm/mpsfm/test/simple.py", line 27, in call
scene_parser = SimpleParser(
File "/mnt/c/Users/ASUS/PycharmProjects/mpsfm/mpsfm/data_proc/simple.py", line 84, in init
self.rec.add_image(pycolmap.Image(name=imanme, camera_id=camid, image_id=image_id))
ValueError: [reconstruction.cc:281] Check failed: image.HasFrameId()