-
Notifications
You must be signed in to change notification settings - Fork 59
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
Sharing raw data of ETH3D and KITTI #36
Comments
Hi Wei, |
|
Hi Wei, |
Hi Vikram, |
Thanks Wei! I was able to get the predicted correspondences. |
Hi Wei, another follow up question: Thanks! |
Hi Vikram, |
Hi, Great work and excellent results. |
Hi, thanks for your interests in our work! I don't have access to most experiment data anymore, so I have to rely on my memory.
Another work you may find interesting is ECO-TR: https://dltan7.github.io/ecotr/ |
Thank you very much! |
Hi everyone:
I'd like to share the raw output from COTR for ETH3D and KITTI dataset.
ETH3D eval: https://drive.google.com/file/d/1pfAuHRK7FvB6Hc9Rru-beH6F-2lpZAk6/view?usp=sharing
KITTI: https://drive.google.com/file/d/1SiN5UbqautqosUCInQN2WhyxbRcbWt8b/view?usp=sharing
The format is: {src_id}->{tgt_id}.npy, and I saved the results as a dictionary. There are several keys: "raw_corr", "drifting_forward", and "drifting_backward".
"raw_corr" is the raw sparse correspondences in XYXY format, and "drifting_forward", "drifting_backward" are used to the masks to filter out drifted predictions.
The text was updated successfully, but these errors were encountered: