Closed zekariass closed 2 years ago
Have you downloaded and placed the labeled subset of data as described in the readme for the dataset
directory?
Also, are you running the script with the current directory set as the repo's root?
Hi Gabriel!
I am also getting the same error. I have placed cafe.zip file under dataset folder. I am running the script with the current directory set as the repo's root. Still encountering this error. Can you please help me view the labeled dataset ?
Thank you in advance.
@sownds7 I've pushed a fix for the h5py
warning. Can you try again and tell me if you get the same error, or if anything has changed?
I'm closing this since I'm assuming the problem got solved in the meantime.
Please reopen the issue if it still occurs.
C:\Users\ZAK\Pytorch working folder\MY_THESIS_DEPTH_ESTIMATION\nyuv2-python-toolbox\nyuv2\labeled.py:17: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0. To suppress this warning, pass the mode you need to h5py.File(), or set the global default h5.get_config().default_file_mode, or set the environment variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+', 'w', 'w-'/'x', 'a'. See the docs for details. self.depth_maps = getDepthImages(self.file)
KeyError Traceback (most recent call last)