yinanhe / ForgeryNet

[CVPR 2021 Oral] ForgeryNet: A Versatile Benchmark for Comprehensive Forgery Analysis
100 stars 4 forks source link

Data Unzipping issue #37

Open sohailahmedkhan opened 1 year ago

sohailahmedkhan commented 1 year ago

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

yinanhe commented 1 year ago
cat Training.tar.* >> Training.tar
tar -xvf  Training.tar