Skip to content

colmap_wrapper.py crash #8

Description

@dilaratank

I'm getting the following error:

img_dir: /content/drive/My Drive/nerf/orchid/images
trgt_dir: /content/drive/My Drive/nerf/orchid/
dense: False
Bundle Adjusting
F0611 13:36:02.462942  8239 automatic_reconstruction.cc:51] Check failed: ExistsDir(options_.workspace_path) 
*** Check failure stack trace: ***
    @     0x7f2a28ed70cd  google::LogMessage::Fail()
    @     0x7f2a28ed8f33  google::LogMessage::SendToLog()
    @     0x7f2a28ed6c28  google::LogMessage::Flush()
    @     0x7f2a28ed9999  google::LogMessageFatal::~LogMessageFatal()
    @     0x5598b03d6350  (unknown)
    @     0x5598b0301f8d  (unknown)
    @     0x5598b02e4e3e  (unknown)
    @     0x7f2a23377b97  __libc_start_main
    @     0x5598b02eea7a  (unknown)
Extracting poses
Traceback (most recent call last):
  File "colmap_wrapper.py", line 245, in <module>
    images = read_poses(reconst_dir)
  File "colmap_wrapper.py", line 222, in read_poses
    images = read_images_binary(os.path.join(colmap_workspace, 'sparse', '0', "images.bin"))
  File "colmap_wrapper.py", line 160, in read_images_binary
    with open(path_to_model_file, "rb") as fid:
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/My Drive/nerf/orchid/reconstruction/sparse/0/images.bin'

What did I do wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions