-
Notifications
You must be signed in to change notification settings - Fork 53
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
realworld reconstruction using colmap #75
Comments
Hi, I guess more details are needed for me to understand you problem. |
Much appreciated your reply!
thank you very much |
Hi, can you maybe check the camera poses normalisations since you are using center = (min_vertices + max_vertices) / 2.
scale = 2. / (np.max(max_vertices - min_vertices) + 3.) which are defined based on scannet dataset with depth sensors but you are using poses from colmap. |
Thank you for your reply I have a question about
the numbers 2 and 3 represent what ? when I using colmap how should I change them to adapt to the monosdf |
2 stands for -1 to 1 and +3 because we assume each camera sees 1.5 meters forward in scannet. |
The goal is to make the scene to lies in the range [-1, 1]. |
Thank you for your reply |
Hi!How did you finally solve it? I met the same problem when I use the following code:
|
@niujinshuchong I'm really sorry, but I still don't understand how to solve this problem. May I know how to specifically solve this problem? |
Hi, thanks for the wonferful work!
I want to reconstruct the real indoor scene and use colmap to recover the pose, but the reconstruction results are very poor,how can i solve it?
Thank you very much!
The text was updated successfully, but these errors were encountered: