cad0p/maskrcnn-modanet

Problem to extract chictopia.sql.gz

Opened this issue · 6 comments

I'm having problems to extract chictopia.sql.gz

gzip: chictopia.sql.gz: not in gzip format

How to solve it?

Hi, thanks for the reply. Well, it didn't worked

tar xvf chictopia.sql.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

cad0p commented

Yes. I deleted and downloaded the dataset again and it had the same problem. I tried to follow the steps described here: https://github.com/kyamagu/paperdoll/tree/master/data/chictopia

And also, tried to access dataset here: http://vision.is.tohoku.ac.jp/~kyamagu/research/paperdoll/

However, it seems that the links are broken.

with the following commands :

wget https://github.com/kyamagu/paperdoll/raw/master/data/chictopia/chictopia.sql.gz
gunzip -c chictopia.sql.gz | sqlite3 chictopia.sqlite3

provided here: https://github.com/hrsma2i/dataset-PaperDoll

I succeeded.

cad0p commented