Skip to content

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

@jisonZ

Description

@jisonZ
    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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions