-
Notifications
You must be signed in to change notification settings - Fork 25
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
Questions regarding the paper #24
Comments
Hi, thank you for your interest and for raising these valuable questions!
|
Great idea! I agree that recovering shift with known intrinsics can be very useful in many scenarios. Although the model itself is not aware of intrinsics input, the output point cloud may be forced to adapt to the user-provided intrinsics. Since farther points are distributed more sparsely, if optimizing Euclidean distance, the objective will be likely dominated by far-away points. It might be more effective to optimize the projection error rather than the Euclidean distance: which is non-linear then. If the principal point is centered, as assumed in our model, solving the problem should be straightforward with Besides, I am sorry for any confusion regarding the algorithm details. While the custom solver may appear complex at first glance, the underlying idea is quite simple—almost brute-force. The paper will be updated soon to enhance clarity by including more concise details and pseudocode. |
Excellent work with amazing results! Thank you so much for sharing the code, this is an extremely exciting line of work.
This might not be the best place to discuss, but I was wondering if you could answer following questions:
Thanks so much!
The text was updated successfully, but these errors were encountered: