jiaw-z / CoR-GS

[ECCV'24] CoR-GS: Sparse-View 3D Gaussian Splatting via Co-Regularization
https://jiaw-z.github.io/CoR-GS/
Other
69 stars 5 forks source link

How to use dense stereo initialization on 6 views? #27

Closed Penguin-jpg closed 1 month ago

Penguin-jpg commented 2 months ago

I tried to modify the colmap_llff.py file to use it on 6 views, but when I ran it, the below errors occurred. image

I only change the dataset path and the n_views argument. Is there anything I also need to change?

jiaw-z commented 1 month ago

Hello, I ran the code and only changed n_views from 3 to 6 as follows, and it works fine. Can you provide more log information?

image
Penguin-jpg commented 1 month ago

Thanks for the reply! Here is the complete log: image image image image image image

jiaw-z commented 1 month ago

Hello, does the code work fine with 3 input views? It seems that there are not enough matches during feature matching, but it would be strange if 3-view can find enough matches.

image
Penguin-jpg commented 1 month ago

Yes, 3 input views work fine. I use the docker provided by FSGS. Is the problem related to this?

Penguin-jpg commented 1 month ago

Hi, I found that it was because of the environment. Now it is working well, thank you.

shaonian123daly commented 1 month ago

Hi, how did you solve it? I also encountered this problem.

Penguin-jpg commented 1 month ago

I just reinstalled the environment iirc. However, I encountered this problem again yesterday, and reinstalling didn't work this time.

shaonian123daly commented 1 month ago

Sorry to hear that. I'll let you know if I fix this.