ZhangYuanhan-AI / CelebA-Spoof

[ECCV2020] A Large-Scale Face Anti-Spoofing Dataset
531 stars 92 forks source link

Downloading and preparing dataset using command-line #55

Closed abhirajasp closed 2 years ago

abhirajasp commented 2 years ago

9 #35

Step 1 : Install go if you don't have it already-

Step 2 : Install gdrive using go-

go get github.com/prasmussen/gdrive

  • check installation gdrive list

    Step 3 : Download-

    gdrive download --recursive --skip 1OW_1bawO79pRqdVEVmBzp8HSxdSwln_Z

    Step 4 : Extract -

    cat CelebA_Spoof.zip.* > CelebA_Spoof.zip 7z x CelebA_spoof.zip

Let me know if you face any issues.