Skip to content
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

Seeking advice on my own dataset #51

Open
lingbo-yu opened this issue Jul 23, 2024 · 1 comment
Open

Seeking advice on my own dataset #51

lingbo-yu opened this issue Jul 23, 2024 · 1 comment

Comments

@lingbo-yu
Copy link

lingbo-yu commented Jul 23, 2024

@donydchen
Hello, I am testing on my dataset and I found that my program keeps running here in the program.
https://github.com/donydchen/mvsplat/blob/7a2afb65856caf11215c4495573d390774245f28/src/dataset/dataset_re10k.py#L89

After debugging, I found that the fov calculated by the intrinsic is too large, causing the program to keep jumping out here.
https://github.com/donydchen/mvsplat/blob/7a2afb65856caf11215c4495573d390774245f28/src/dataset/dataset_re10k.py#L143

Can I directly change the relevant parameters in config to adapt to this problem?
I would be happy if you can provide any advice.

@donydchen
Copy link
Owner

Hi @lingbo-yu, I think it should be OK, you can try to set a larger value for dataset.max_fov, although I am not sure how good the performance will be. Are you working with images taken by a fish-eye camera? I think the current max_fov=100 should already work for most images captured by normal cameras. Besides, do ensure that your provided camera intrinsics are correctly normalized, more related information can be found at #28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants