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

ground truth #41

Open
ydragon719 opened this issue Apr 23, 2023 · 1 comment
Open

ground truth #41

ydragon719 opened this issue Apr 23, 2023 · 1 comment

Comments

@ydragon719
Copy link

Thanks you! But I have a problem for the ground truth of the loop . How do you get the ground truth of the loop close decetion in kitti? The code in the project should be to obtain the true value of the network.

@laebe
Copy link
Member

laebe commented Apr 24, 2023

Please have a look at demo4: There we calculate and visualize the ground truth overlap of the very first frame against all others. The central function which actually does the work is com_overlap_yaw(). If you want the ground truth overlap for all frames, you just have to call this function for all frames (which we do not do in the demo as it takes some time).

If you have the ground truth overlaps, you just define a threshold for the overlap value (we used 30% in the paper). All frame pairs with higher overlap are then loop closure candidates. Here you might leave out the last n frames (we use n=100 in the paper) in order not to get loop closures between recent frames.

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