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

something wrong about "bash scripts/local_colmap_and_resize.sh ${DATA_DIR}" #123

Open hanhantie233 opened 1 year ago

hanhantie233 commented 1 year ago

When I run this code, I got the following errors: "scripts/local_colmap_and_resize.sh: line 29: colmap: command not found scripts/local_colmap_and_resize.sh: line 39: colmap: command not found scripts/local_colmap_and_resize.sh: line 58: colmap: command not found ~/user1data/multinerf/my_dataset_dir/images_2 ~/user1data/multinerf xargs: mogrify: No such file or directory ~/user1data/multinerf ~/user1data/multinerf/my_dataset_dir/images_4 ~/user1data/multinerf xargs: mogrify: No such file or directory ~/user1data/multinerf ~/user1data/multinerf/my_dataset_dir/images_8 ~/user1data/multinerf xargs: mogrify: No such file or directory ~/user1data/multinerf " Why?

SamiAouad commented 1 year ago

I had a similar issue I just forgot to install imagemagick if on ubuntu run apt install imagemagick

jiangye-git commented 11 months ago

If I run the code in Linux?

hanhantie233 commented 11 months ago

I have solved this problem.....I forget to install the colmap.

jiangye-git commented 11 months ago

I have solved this problem.....I forget to install the colmap.

How to install the colmap in Linux? conda install colmap?

hanhantie233 commented 11 months ago

I have solved this problem.....I forget to install the colmap.

How to install the colmap in Linux? conda install colmap?

You can just follow the tutorial of github to install the colmap. Web : https://colmap.github.io/install.html#linux

Fanjunyi55 commented 3 months ago

我也出现了同样的问题,我的是windows,应该如何解决啊?

hanhantie233 commented 3 months ago

我也出现了同样的问题,我的是windows,应该如何解决啊?

Have you installed colmap?

Fanjunyi55 commented 3 months ago

没有安装,实在anaconda中运行下面的代码吗?需不需要在multinerf 目录下安装啊? ![Uploading 屏幕截图 2024-03-28 135454.png…]()

Fanjunyi55 commented 3 months ago

安装时一直安装不上,无法连接

hanhantie233 commented 3 months ago

安装时一直安装不上,无法连接

You have better use linux to run multinerf, I remember that win can not install jaxlib(a package multinerf needed).

Fanjunyi55 commented 2 months ago

虽然我还没成功,但是谢谢你的回复

713Lyf commented 2 months ago

我在安装colmap时遇到了这个问题nvcc fatal : Unsupported gpu architecture 'compute_native' [6/57] Linking CXX static library src/colmap/geometry/libcolmap_geometry.a ninja: build stopped: subcommand failed.,有朋友知道怎么回事吗?