ForgeryNet icon indicating copy to clipboard operation
ForgeryNet copied to clipboard

Data Unzipping issue

Open sohailahmedkhan opened this issue 2 years ago • 1 comments

Hi,

Thanks for this excellent dataset. I would like to know how we should unzip the dataset? For the training set we get 5 files named as Training.tar.0 ... Training.tar.4.

When I unzip the files I don't get the directories containing fake data samples. I only get folders named, 18, 19 and 1.

Am I missing something here? Could you please guide me on how I should extract the data?

Thanks

sohailahmedkhan avatar Nov 02 '22 12:11 sohailahmedkhan

cat Training.tar.* >> Training.tar
tar -xvf  Training.tar

yinanhe avatar Nov 14 '22 01:11 yinanhe