TMT
TMT copied to clipboard
The materials.zip file cannot be unzipped on Linux
Hi, I am trying to reproduce this work and found a minor issue about the data. The materials.zip zipfile downloaded as instructed at
https://github.com/XiangyuSu611/TMT/tree/master/src/data_generation
Would fail to be unzipped on the Linux servers I used, though unzipping on Linux was okay. The error messages on Linux are
unzip materials.zip Archive: materials.zip warning [materials.zip]: 679582144 extra bytes at beginning or within zipfile (attempting to process anyway) error [materials.zip]: start of central directory not found; zipfile corrupt. (please check that you have transferred or created the zipfile in the appropriate BINARY mode and that you have compiled UnZip properly)
I think it might be caused by some system-specific zipping algorithm the authors used, which may not be widely compatible. Could you check about it?