You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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.
The text was updated successfully, but these errors were encountered: