-
Notifications
You must be signed in to change notification settings - Fork 56
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
About RandomPatch #23
Comments
Hi, we do use 'RandomPatch' in the paper, but not in FaceForensics Benchmark. |
Thanks. When using random patch in paper, it will be many subpatch from the face as input? And when inference, the face resize to 224x224 or the big image (larger than 224x224) as input? |
Yes, I also meet this problem, if you do not use resize, then some pictures will exceed the picture size |
perhaps training using random patch, evaluating using the resize. |
Have you solved the problem in training?When using randompatch, some pictures may be subpatched |
what is subpatched ?? |
If you are using randompatch, start from the center of the face and add or subtract half of size, which sometimes exceeds the size of the entire picture. How do you handle it here |
in that condition, give up randompatch, using orig img |
When processing a high-resolution picture, the size of the face could exceed 224×224, so how to do the patching in this case? |
In paper, I see the great difference between the patch input and resize input. but in coding, I don't see the place you using random patch. Could you tell me whether you use random patch or not in the final?
Very thanks !!
The text was updated successfully, but these errors were encountered: