-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
OverflowError: cannot convert float infinity to integer #946
Comments
Same deal. I've attached my log file as well. |
If anyone is able to provide a source that this occurs for, then it will help with diagnosing. |
that was about a miss configuration for me |
@bsisic hi, im facing the same issue. can you please elaborate on what the missed configuration was. TIA! |
I have the same problem too. My solution way is try for the absolute directory. And it does works well ! |
As I said before, I cannot diagnose this bug without a source video that fails. If anyone can provide a video that causes this failure I can look into it |
Hi guys, I was able to fix the issue by changing the detector to 'cv2-dnn'. command that works for me: python3.7 faceswap.py extract -D cv2-dnn -i input_folder -o output_folder @torzdf next time i encounter this bug, i will make sure to create a video and share it with you. Thanks! |
Ok, I have been provided with a video, but cannot recreate this bug.... My next request is for a full TRACE log. If you encounter this issue, then please set loglevel to TRACE and provide the full trace report. Note that the process will run slower and the log is likely to be huge. |
I have same problem too. Environment
Already test with these setting but still not working
https://mega.nz/#!jRs3HDhS!wT2h-TTUS02XsXswhnRSe5qZoikz4T1-GuIsqnbWbK8 |
@torzdf 考虑阿里人脸识别机会的话,邮件baigui.sbg@alibaba-inc.com,我是直接用人主管。 |
Change the detector from S3Fd to cv2-dnn and it passes. S3Fd for some reason is not working. |
File "D:\develop\Anaconda3\envs\faceswap\lib\site-packages\keras\engine\base_layer.py", line 285, in assert_input_compatibility |
S3Fd for some reason is not working. +1 |
Traceback (most recent call last): |
Got this crash report file when I run
faceswap.py extract
Crash Report File
last line :
-> OverflowError: cannot convert float infinity to integer
The text was updated successfully, but these errors were encountered: