google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.56k stars 338 forks source link

Error occurs when I want to use my dataset #130

Open jiangye-git opened 10 months ago

jiangye-git commented 10 months ago

I run bash scripts/local_colmap_and_resize.sh my_dataset_dir

I put my images into a folder my_dataset_dir/images/

and get the error like this:

[option_manager.cc:674] Check failed: ExistsDir(*image_path) ERROR: Invalid options provided. qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display. ERROR: Failed to parse options: unrecognised option '--output_path'. cp: cannot stat '/images': No such file or directory scripts/local_colmap_and_resize.sh: line 79: pushd: /images_2: No such file or directory xargs: mogrify: No such file or directory scripts/local_colmap_and_resize.sh: line 81: popd: directory stack empty cp: cannot stat '/images': No such file or directory scripts/local_colmap_and_resize.sh: line 85: pushd: /images_4: No such file or directory xargs: mogrify: No such file or directory scripts/local_colmap_and_resize.sh: line 87: popd: directory stack empty cp: cannot stat '/images': No such file or directory scripts/local_colmap_and_resize.sh: line 91: pushd: /images_8: No such file or directory xargs: mogrify: No such file or directory scripts/local_colmap_and_resize.sh: line 93: popd: directory stack empty

jiangye-git commented 10 months ago

I run on ubuntu and don't know how to use colmap gui

jiangye-git commented 10 months ago

I just put my images into the folder, should I load something else and then run the local_colmap_and_resize.sh?