Skip to content
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

Bug on line 111-115 in diode.py? #8

Open
jisonZ opened this issue Apr 20, 2021 · 0 comments
Open

Bug on line 111-115 in diode.py? #8

jisonZ opened this issue Apr 20, 2021 · 0 comments

Comments

@jisonZ
Copy link

jisonZ commented Apr 20, 2021

    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

vejbomar added a commit to vejbomar/diode-devkit that referenced this issue Mar 18, 2023
vejbomar added a commit to vejbomar/diode-devkit that referenced this issue Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant