how2sign / how2sign.github.io

Project page for the How2Sign dataset
https://how2sign.github.io/
14 stars 6 forks source link

Request md5 hash string #2

Open YinAoXiong opened 3 years ago

YinAoXiong commented 3 years ago

Thank you for your outstanding work, could you provide the md5 hash string corresponding to the file? So that we can verify the integrity of the file after the download is complete

liuhuadai commented 3 years ago

Hello,I also have this question. look forward to a reply.

IlyaOvodov commented 5 months ago

SHA256 for train_raw_videos.* that I've downloaded and successfully extracted:

59d7afe61551cba367459a76849f1f288e47cc30e79482f8151e229313324025 train_raw_videos.z01 1959792f5179e0bc084de55b6490029650d1d52ec19d3799c77c6431fee10899 train_raw_videos.z02 0020ae405c8fe16e0f1fece8cd23449ef03915ff231e60ffebb4cd67eae23298 train_raw_videos.z03 694d2b63c2f01e692e02f5d13d908c65876479b267220d6bc28300505bfb19a8 train_raw_videos.z04 97c4b7b8371d985cc66f958fd7167f89a220705730577181ec3ec802a463182f train_raw_videos.z05 bf8dc13953e635d36ae4ef2f0598a3c8f4c32ecfd8ed60876187f671e36f4a9f train_raw_videos.z06 c59f4674a4808781cbb6c3938a592808fe16538c846b82fcfa4ba4e564e7fea7 train_raw_videos.z07 32c2f0a6aacda70fa406a07650367d66345ef9e3aa5567900b8a3b0be8c86d51 train_raw_videos.z08 3d0515f1b1a28cee070441e7f5ad95f30f42b262ec49af4cfd1256b082c58022 train_raw_videos.z09 c835535440394d9e52a098f70037312abb3c11de944631793f6e0a9093e24672 train_raw_videos.zip

BTW, pipeline cat train_raw_videos.z* > train_raw_videos_all.zip; unzip train_raw_videos_all.zip -d rgb_front from the script provided fails with error:

error: End-of-centdir-64 signature not where expected (prepended bytes?)
  (attempting to process anyway)
warning [train_raw_videos_all.zip]:  zipfile claims to be last disk of a multi-part archive;
  attempting to process anyway, assuming all parts have been concatenated
  together in order.  Expect "errors" and warnings...true multi-part support
  doesn't exist yet (coming soon).
warning [train_raw_videos_all.zip]:  289910292480 extra bytes at beginning or within zipfile
  (attempting to process anyway)
file #1:  bad zipfile offset (local header sig):  289910292484
  (attempting to re-compensate)
   creating: ./rgb_front/raw_videos/
error: invalid zip file with overlapped components (possible zip bomb)

but unpacking as multipart archive with 7z works: 7z x -orgb_front train_raw_videos.zip