-
Notifications
You must be signed in to change notification settings - Fork 908
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
Cannot do "Face_detect_crop" function #477
Comments
You need to follow the https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md to download face detection and alignment models, but the download link doesn't work now. |
@luoxyhappy can confirm link seems to be down at the moment. Any idea how to source necessary files? Can anyone provide alternative download link? |
@neuralchen @R3PO97 @luoxyhappy @bfirsh @TransAmMan In below code , there is link and this link is not available ? how i download ??? The --no-check-certificate file "antelope.zip" |
Can confirm link above works. Thanks! |
The link in #474 appears to work. However, when you try to unzip the file "!unzip ./antelope.zip -d ./insightface_func/models/", it fails with error: I probably have to point the "unzip" command at a different directory. I am working on the issue. If anyone has an answer please let me know. |
@neuralchen @R3PO97 @luoxyhappy @bfirsh yes the above .zip file works , thanks alot, but when i run this code as per steps mention in colab file, then the resulting generated video has blurr faces like an image below i have attached ??? why??? when i run: it generates warnings also: /content/SimSwap/models/base_model.py:70: FutureWarning: You are using |
Hi: @Maryam483 I still cant get the zip file link to work for me. As for your problem with the distorted images. Try this change in the last cell. opt.use_mask = True ## new feature up-to-date opt.isTrain = False with torch.no_grad(): |
HI: @luoxyhappy Did you just replace the "url" like this: !wget --no-check-certificate "https://drive.google.com/file/d/1goH5lO8BAhTpRhpBeXqWEcGkxiiLlgx9/view" -O antelope.zip or did you make other changes? |
Yes, it should be correct. |
The --no-check-certificate file "antelope.zip"
https://sh23tw.dm.files.1drv.com/y4mmGiIkNVigkSwOKDcV3nwMJulRGhbtHdkheehR5TArc52UjudUYNXAEvKCii2O5LAmzGCGK6IfleocxuDeoKxDZkNzDRSt4ZUlEt8GlSOpCXAFEkBwaZimtWGDRbpIGpb_pz9Nq5jATBQpezBS6G_UtspWTkgrXHHxhviV2nWy8APPx134zOZrUIbkSF6xnsqzs3uZ_SEX_m9Rey0ykpx9w" -O antelope.zip
is unavailable.
I get errors: "FileNotFoundError Traceback (most recent call last) and "FileNotFoundError: [Errno 2] No such file or directory: './insightface_func/models'"
Is there a workaround? I need your help. Please.
The text was updated successfully, but these errors were encountered: