kyamagu / paperdoll

Paper doll parser implementation from ICCV 2013
http://vision.is.tohoku.ac.jp/~kyamagu/research/paperdoll/
Other
83 stars 21 forks source link

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

Closed hrsma2i closed 6 years ago

hrsma2i commented 6 years ago

I executed the following along with this page, but it doesn't work.

gunzip -c chictopia.sql.gz | sqlite3 chictopia.sqlite3

I caught the following error.

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

kyamagu commented 6 years ago

@hrsma2i Please check if the gzip file is correctly fetched.

$ md5 chictopia.sql.gz 
MD5 (chictopia.sql.gz) = 069f6eee95856380da5c2181b58bd65d
hrsma2i commented 6 years ago

I didn't use git lfs. I directly downloaded chictopia.sql.gz and it worked.