Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a script to download zip files from Drive #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Google Drive and Baidu Drive are available now!
* Google Drive: [downloading link](https://drive.google.com/drive/folders/1OW_1bawO79pRqdVEVmBzp8HSxdSwln_Z?usp=sharing)
* Baidu Drive: [downloading link](https://pan.baidu.com/s/12qe13-jFJ9pE-_E3iSZtkw) (password: 61fd)

Here is a little script to download all the zip files from Google Drive using python - [View gist](https://gist.github.com/thisisbhavin/3476810feb8e81bb24783de2c93a683e)

If you are on EC2 (ubuntu machine) you can concat the downloaded files and unzip it using -

- cat CelebA_Spoof.zip.* > CelebA_Spoof.zip
- zip -FF CelebA_Spoof.zip --out CelebA_Spoof_.zip
- unzip CelebA_Spoof_.zip

## Code and Model

AENet_C,S,G model and its inference code for the intra-dataset test have been **released**. Please see the [intra_dataset_code](https://github.com/Davidzhangyuanhan/CelebA-Spoof/tree/master/intra_dataset_code) for more details.
Expand Down