*.tar.gz.[1|2|3|4] files are corrupted in val folder
#1
by
konerusudhir
- opened
I tried to verify only val folder. Only *.tar.gz.0 files are sane and I could extract images from them.
All files *.tar.gz.1 | *.tar.gz.2 | *.tar.gz.3 and *.tar.gz.4 files are corrupted. I could not extract images from them. An example error is below
tar -xvf SDv15-CC30K.tar.gz.4
tar: Error opening archive: Unrecognized archive format
Never mind. We need to cat all the part files and untar them.
cat archive.tar.gz.* > archive.tar.gz
tar -xzf archive.tar.gz
konerusudhir
changed discussion status to
closed