autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.11k stars 71 forks source link

Low matching rate of data preprocessing using convert.by #47

Open cici19850 opened 3 months ago

cici19850 commented 3 months ago

I did not directly use the sample data mic from nerf_synthetic for training, but instead preprocessed the sample data mic using convert.by. However, the matching rate was very low. After preprocessing 100 sample data using convert.by, only two of them matched. May I ask, what is the reason for this?How can I preprocess data with high matching rates? image

niujinshuchong commented 3 months ago

Hi, maybe it's just the scene is too hard to colmap to work.

cici19850 commented 3 months ago

Hi, maybe it's just the scene is too hard to colmap to work.

However, the preprocessing results of the sample data are still very good. I want to try using convert.by to process the raw data of the sample instead of directly using the preprocessed results of the sample data, but the matching rate of the preprocessed results is very low