Closed ChanJoon closed 1 month ago
Thank you for the interest in our dataset.
We cannot reproduce the problem at the moment. Which OS are you using? Did you try downloading the zip chunks again?
Thank you for the interest in our dataset.
We cannot reproduce the problem at the moment. Which OS are you using? Did you try downloading the zip chunks again?
Thank you for your quick response.
I’m currently using Ubuntu 20.04. I will manually download the zip chunks from the GitHub website and let you know the results.
Sorry for late response.
I brought more detailed inspection with manually downloaded zip chunks. (from the Release)
As you can see in the image, piloted_zipchunk01 shows a Zip archive
type while others are Binary
types.
Tried to open the piloted_zipchunk01 also failed. I think it's corrupted.
So could you please check those files again?
Or you can send me your file via my email (chanjoon.park@kaist.ac.kr). Then I will check on my Ubuntu 20.04.
Thanks!
I solved. There was a no problem in your release.
cat piloted_zipchunk01 piloted_zipchunk02 piloted_zipchunk03 piloted_zipchunk04 piloted_zipchunk05 piloted_zipchunk06 > combined.zip # For specify the first header
cat piloted_zipchunk0* > piloted.zip
unzip piloted.zip # or combined.zip
Maybe the problem was due to my filesystem or wget
. Manually downloading the files worked.
(though I’m not sure why my previous shell script attempts failed.)
Thank you for your work.
As I followed the instructions in Release or ran
data_downloader.sh
, the process fails to unzip piloted.zipTo reproduce,
Then the results shows
I tried to repair the zipfile as follows:
How to fix it? Or could you please look into the released zipchunks and update them?
Thanks!