ICCV 2021 Workshop SSLAD Track 1 - 2D object detection Forum

Go back to competition Back to thread list Post in this thread

> How to decompress unlabeled data with .part suffix

Hello, I downloaded a part of unlabeled data, but I cannot decompress the .part file. How to decompress this type of data? Thanks!

Posted by: pandora777 @ Sept. 4, 2021, 10:03 a.m.

You should use "cat" command to cat all the part file into one tar file and then decompress it.

Command is something like "cat file1 file2 file3 > file4".

Best!

Posted by: sslad2021 @ Sept. 6, 2021, 1:16 a.m.
Post in this thread