-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the results as input of Gaussian Splatting trainning data #100
Comments
Hi @DabblerGISer, Can you share the command and arguments that you use for preparing data for GS? I am also trying to use this to obtain an init for GS. It will be really helpful if you can share. Thanks! |
@DabblerGISer |
hello, @DabblerGISer |
Good afternoon guys. You could check the branch masr3r_sfm which contains the code of sfm following colmap format, meanwhile also the checkpoints needed to generate. Firstly generate pairs.txt file using "make_pairs.py" or you can generate pairs file by your own algorithm corresponding to this structure: 'nameA.jpg nameB.jpg 1'. And then run the kapture_mast3r_mapping.py to get the sfm result. There are some bugs needed to be amended, some are mentioned in the issues check this: #99 (comment) |
@DabblerGISer Since I am not a computer science major, I am sorry to bother you again. When I run make_pairs.py, I set the path of retrieval_model to the path of weights, but it obviously reports an error, so can you tell me how to set this? |
python make_pairs.py --dir /the/dir/containing/your/photos --output /the/path/to/your/pairs.txt --retrieval_model MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_trainingfree.pth --weights MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth I think this should be correct. |
Hi @DabblerGISer , Do you ever meet error like this:
I tried to add Btw, how do you succeed to 'increase the pairs the output'? |
I've also encountered this problem. Have you managed to fix it? Could you share how you did it? |
I'm currently working on combine the mast3r sfm pipeline based on what's given in kapture_mast3r_mapping.py(see branch mast3r_sfm) with gaussian splatting training.
I found that although the result of the sfm resconstruction is pretty good but the result of gaussian splatting shows the psnr is not satisfying. Anyone have some ideas?
I guess it might because of the initial distribution of the point cloud. I tried to densify the point cloud but the psnr is not improved. Could it be influenced by the initial distribution of the point cloud?
The text was updated successfully, but these errors were encountered: