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

./data_list/FaceSwap_c0_train.txt && /data_list/FaceSwap_c0_val.txt #10

Open
julschoy opened this issue May 28, 2020 · 7 comments
Open

Comments

@julschoy
Copy link

May i know where can i find these txt files or how can i create these files? Thank you. :)

@HongguLiu
Copy link
Owner

You should create the text files according to the storage location of your data.

@julschoy
Copy link
Author

does my data need to be labeled or unlabeled?

@HongguLiu
Copy link
Owner

It must be labeled data. For example, the content of text files is like this:
/Deepfakes/c0/images/004_982/0011.png 1
/Origin/c0/images/004/0011.png 0

@julschoy
Copy link
Author

Understood. So i will need to either create my own labels or get dataset that is already labeled. Do you have any sources for labeled dataset beside FF's as its taking too long for me to download.

@Ghassanee
Copy link

so in the file './data_list/FaceSwap_c0_train.txt' we should add lines like this : '/Deepfakes/c0/images/004_982/0011.png 1'
and in '/data_list/FaceSwap_c0_val.txt' we should add lines like this : '/Origin/c0/images/004/0011.png 0'

@HongguLiu
Copy link
Owner

so in the file './data_list/FaceSwap_c0_train.txt' we should add lines like this : '/Deepfakes/c0/images/004_982/0011.png 1'
and in '/data_list/FaceSwap_c0_val.txt' we should add lines like this : '/Origin/c0/images/004/0011.png 0'

Yes, just like this.

@Ghassanee
Copy link

so 1 stand for fake and 0 stand for real ,ok got it .
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants