-
Notifications
You must be signed in to change notification settings - Fork 70
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
About the output results of linemap #25
Comments
Hi, thanks for the interest! You can directly read all the information in Python. The output is a list of LineTrack. And the attributes can be accessed directly with, for example, track.image_id_list. Full members are listed here: https://github.com/cvg/limap/blob/main/limap/base/bindings.cc#L231-L259, and documentation will be online soon. Thanks! |
The output results are in the alltracks.txt file.The content inside may be as follows:
The first line is the number of 3D line segments in the line map. Is my explanation correct? |
Yes your explanation is very correct. Thanks a lot! |
* add hawpv3. * add hawpv3 folder. * Ignore dirty changes from hawp third party Co-authored-by: Rémi Pautrat <remi.pautrat@polytechnique.org>
Excellent job, I am very interested in your work!
Now, I can use your program to rebuild the line map of my own dataset, but I have some questions about the output line map result file.
Can you explain the information of each output file?
I would like to know how to read the 3D line segment coordinates and their corresponding camera ID, 2D line segment ID, and 2D line segment coordinates in the output line map?
Looking forward to your reply very much!
The text was updated successfully, but these errors were encountered: