-
Notifications
You must be signed in to change notification settings - Fork 60
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 datapropress #45
Comments
This part has been hugely inspired by Selim Seferbekov work: https://github.com/selimsef/dfdc_deepfake_challenge/blob/master/preprocessing/face_detector.py |
Thanks a lot |
Can you provide the full stack trace? |
Sorry for replying so late. In the end ,I didn't change it. But I have another question. I use MTCNN to extract face.The thresholds is set as same as yours. In this situation, I find some videos such as NT/808_829.mp4 can not extract enough faces as the paper mentioned. And I try to decrease the thresholds. But some frames are not face. What should I do? |
I have a confusing about dataprocess. I find that you resize the frame in face_detector.py in line68 when you create VideoDatasset. Will it decrease the final result? And the resize operator it is neccessory or not if I want to use dataprocess like this for other model?
The text was updated successfully, but these errors were encountered: