Datasets:
tar decompression error
#2
by
Ant346
- opened
I tried to use instruction from readme for merge and decompressing, but for any task it is not success
⚡ cat ./robot_florist_data.tar.gz.part_0* > robot_florist_data.tar.gz
jovyan@diffusion-2-0 /home/jovyan/dexwild-dataset/florist_data/robot
⚡ tar -xzvf ./robot_florist_data.tar.gz
robot_florist_data.hdf5
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Error is not recoverable: exiting now ```
Also i had an idea to sort files before concatenate
``` cat $(ls -1v ./human_clothes_data.tar.gz.part_*) > human_clothes_data.tar.gz ``` , but still no success result
Could you please help with solving this problem?
I will be very glad if you provide a valid checksum for each of tar parts and also for main tar
This should be fixed now. I am no longer using tar.gz. Please try the updated instructions and data.
boardd
changed discussion status to
closed