unable to unzip 'preprocessed ground truth of SUNRGBD dataset'
Opened this issue · 1 comments
betterze commented
First, thx for your wonderful work.
When i try to unzip the 'preprocessed ground truth of SUNRGBD dataset' from this link https://drive.google.com/file/d/1QUbq7fRtJtBPkSJbIsZOTwYR5MwtZuiV/view as you mentioned in the main page, it outputs:
checkdir error: 2dbdb exists but is not directory
unable to process 2dbdb/image/3413.png.
checkdir error: 2dbdb exists but is not directory
unable to process 2dbdb/image/3411.png.
checkdir error: 2dbdb exists but is not directory
unable to process 2dbdb/image/3398.png.
Do you know why this happen? I am not the only one meet this problem. See the last comment from #4.
Thanks in advance.
ltindall commented
I also got this error for the images and 2dbdb subdirectories. I fixed this by running:
unzip sunrgbd_preprocess.zip
rm images
rm 2dbdb
unzip sunrgbd_preprocess.zip images/* -d .
unzip sunrgbd_preprocess.zip 2dbdb/* -d .