Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

COSnet - Cannot extract CLIP_RN101_49 features #61

Open
assafbk opened this issue Oct 31, 2023 · 0 comments
Open

COSnet - Cannot extract CLIP_RN101_49 features #61

assafbk opened this issue Oct 31, 2023 · 0 comments

Comments

@assafbk
Copy link

assafbk commented Oct 31, 2023

Hi,
The features of CLIP_RN101_49 are saved as 4 files (in https://drive.google.com/drive/folders/12WbB3VkJh0NB9b8xlflY3PxTM3BwHtnF) .

I tried to concatenate them and then untar:

cat CLIP_RN101_49.tar.001 CLIP_RN101_49.tar.002 CLIP_RN101_49.tar.003 CLIP_RN101_49.tar.004 > CLIP_RN101_49.tar
tar xf CLIP_RN101_49.tar

but the result of this is a .zip file
i try to unzip with this command:

unzip CLIP_RN101_49.zip

and get the following error:

Archive:  CLIP_RN101_49.zip
warning [CLIP_RN101_49.zip]:  10502549372 extra bytes at beginning or within zipfile (attempting to process anyway)
error [CLIP_RN101_49.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)

Is there something that I am doing wrong?
Thanks in advance

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant