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

About megadepth.py line 41 #81

Closed
ZhouShunlong opened this issue Oct 24, 2024 · 4 comments
Closed

About megadepth.py line 41 #81

ZhouShunlong opened this issue Oct 24, 2024 · 4 comments

Comments

@ZhouShunlong
Copy link

Hi Author !
in megadepth.py line 41 there seems no key 'pairs' in scene_info, i transform the scene_info int a dict here is my print(scene_info.keys())outcomes:
dict_keys(['image_paths', 'depth_paths', 'intrinsics', 'poses', 'overlap_matrix', 'scale_ratio_matrix', 'angles', 'n_points3D', 'points3D_id_to_2D', 'points3D_id_to_ndepth'])
I have no idea about 'pairs' and overlaps

@JoongsubLim
Copy link

@ZhouShunlong
Hi, i have same problem. Did you figure out problem?

@Parskatt
Copy link
Owner

This comes from the megadepth preprocessing scripts that are described in dkm (similar process as loftr and d2net etc.)

@JoongsubLim
Copy link

JoongsubLim commented Dec 10, 2024

Hi, @Parskatt . Thank you for your reply
Can i get 'pairs' and 'overlaps' from only prep_scene_info ? because there are no 'pairs' and 'overlaps' in preprocess_scene.py of d2-net

@Parskatt
Copy link
Owner

This should work https://github.com/Parskatt/storage/releases/tag/prep_scene_info

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

3 participants