-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
@ZhouShunlong |
This comes from the megadepth preprocessing scripts that are described in dkm (similar process as loftr and d2net etc.) |
Hi, @Parskatt . Thank you for your reply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: