We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im_fname = osp.join(self.data_root, '{}.png'.format(im)) de_fname = osp.join(self.data_root, '{}_depth.npy'.format(im)) de_mask_fname = osp.join(self.data_root, '{}_depth_mask.npy'.format(im)) im = np.array(Image.open(osp.join(self.data_root, im_fname)))
on the last line the im_fname is joined twice with self.data_root
The text was updated successfully, but these errors were encountered:
Fix diode-dataset#8, prepending data_root path twice when loading image
7d8f332
81e571f
No branches or pull requests
on the last line the im_fname is joined twice with self.data_root
The text was updated successfully, but these errors were encountered: