Hi, any documentation on how we uncompress this episode dataset?

#1
by yinzecheng - opened

After I tar -zxvf this file, it still contains .gz file in uncompressed directory. But when I use gunzip to uncompressed the .gz, it'll prompt gzip: ./train/content/._gQgtJ9Stk5s.json.gz: not in gzip format

So any official instructions on how we use this dataset?

You do not gunzip the json.gz files. Habitat itself reads from json.gz episode dataset files (not json files)

Sign up or log in to comment