You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: