-
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
Example of Hybrid Point-Line Localization for own dataset #13
Comments
Hi, generally you don't need a The main functionality of point-line localization is implemented in The You might also find it helpful to have a glance at the localization scripts for datasets: |
thanks and I have noticed runners/7scenes/localization.py before and set about to generate own pipeline. And when will you release the documentation that will be great help. |
how to get 'depth/7scenes_{args.scene}/train/depth' and '7scenes_densevlad_retrieval_top_10' in runners/7scenes/localization.py |
Hi, you could get the rendered depth map and retrieval for 7Scenes following instructions here: https://github.com/cvg/Hierarchical-Localization/tree/master/hloc/pipelines/7Scenes Sorry for the inconvenience, this info will be included in the upcoming documentations. |
it was successed with the retrieval txt and 7scenes_sfm_triangulated models in commit 8db2128 but got error after update a848a58 |
Hi. The update from yesterday changed the format of the matching output. Maybe you could try to remove the existing matching folder and re-run the matching? Thanks! |
it did not help so I roll-back.I have tried stairs scene and the points result 0.052m/1.473deg/46.80% 5cm, 5deg which is same in paper, but points+lines(sold2)result 0.038m /1.048deg/67.60% 5cm, 5deg, compared to table 16, the trans rot recall was worse, where is the difference? |
Hi, do you still have error on the Regarding the p+l localization on Stairs, the best results we achieved were by setting |
Thanks, seems much better. the points+lines result 0.038m /1.027deg/69.40% 5cm, 5deg compare to 0.037m /1.02deg/71.10% 5cm, 5deg in paper. |
* add LBD, L2D2, LineTR. * remove download scripts for pretrained models. * minor. fix module name for sold2 matcher.
how to locate from a image or convert a npy like runners/tests/localization_test_data_stairs_1.npy?
The text was updated successfully, but these errors were encountered: