aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

DIML dataset missing 'disp' data #75

Open dypromise opened 11 months ago

dypromise commented 11 months ago

Hi, the authors! I try to download DIML from this issue #51, download is directly, and this error occur: " ins_planes_mask = cv2.imread(self.ins_paths[anno_index], -1).astype(np.uint8) AttributeError: 'NoneType' object has no attribute 'astype' " I found that this because DIML's annotations has path of 'disp' and 'ins_plane' but the dataset folder not contain disp and ins_plane folders. Did you train your released model using DIML's disp and ins_plane data? or just using depth data? Thanks