Skip to content

Megadepth image can not be read #124

Answered by HUSTNO1WXY
HUSTNO1WXY asked this question in Q&A
Discussion options

You must be logged in to vote

Path in Scannet is img_name0 = osp.join(self.root_dir, scene_name, 'color', f'{stem_name_0}.jpg'), while path in Megadepth is img_name0 = osp.join(self.root_dir, self.scene_info['image_paths'][idx0]). So, the second code will cause path in Megadepth become ''data/megadepth/test\Undistorted_SfM/0022/images/2541218468_a70d8e4860_o.jpg", which is different from Scannet path 'data/scannet/test\scene0707_00\color\45.jpg'

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@HUSTNO1WXY
Comment options

@HUSTNO1WXY
Comment options

@HUSTNO1WXY
Comment options

@zhubingerdai
Comment options

Answer selected by HUSTNO1WXY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants