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

Do camera poses all distributed in one plane affect the results? #15

Closed
zhouzhenghong-gt opened this issue Mar 23, 2022 · 2 comments
Closed

Comments

@zhouzhenghong-gt
Copy link

Thanks for your great work!!! @sunset1995
If the camera pose is to shoot a circle around the object and rotate in a plane, will the bbox be very flat?
HU}GZF292G9OJ6EJGIH
Experiments on my own dataset found that the reconstructed objects are also flat.

@sunset1995
Copy link
Owner

The scene bbox is automatically determined by camera frustrum (see compute_bbox_by_cam_frustrm).
The far distances are heuristically the maximum distance between cameras (see inward_nearfar_heuristic).
You can hardcoded the far variable or introduce more rule to determine the scene bbox if you have more prior knowledge.

@zhouzhenghong-gt
Copy link
Author

Thanks!
There was a problem with the original pose, and now the problem has been solved, thank you for your reply.

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