deepinsight / deepinsight/insightface
Glint360k original data failed decompression
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I downloaded the Glint360k dataset via Baidu cloud, and the link was written on the Readme file. After the downloading finished, I tried to decompress the file using the `cat glint360k_* | tar -xzvf -` command.
The decompression process was failed and reported an error like the below:
```
cat glint360k_* | tar -xzvf -
glint360k/
glint360k/lfw.bin
glint360k/cfp_fp.bin
glint360k/cfp_ff.bin
glint360k/train.rec
gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
```
I can ensure that I haven't done anything to corrupt the file. Please tell me what's going on. Anything helpful will be appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.