FuxiCV / MeInGame

MeInGame: Create a Game Character Face from a Single Portrait, AAAI 2021
MIT License
653 stars 119 forks source link

After running python main.py -m test -i demo, I have been stopping here waiting for download. How long does it take to download? #14

Open Kenny-Li2023 opened 3 years ago

Kenny-Li2023 commented 3 years ago

image After running python main.py -m test -i demo, I have been stopping here waiting for download. How long does it take to download?

WANGEOGEO commented 3 years ago

I think maybe you need to download this FAN on your own, and put it in the according directory for MeInGame to use.

pyh007 commented 1 year ago

Traceback (most recent call last): File "main.py", line 10, in from uv_inpainting import UVInpainting File "/root/MeInGame/uv_inpainting.py", line 25, in from lib.image_cropper import ImageCropper File "/root/MeInGame/lib/image_cropper.py", line 7, in from lib import face_align File "/root/MeInGame/lib/face_align.py", line 9, in from face_alignment.models import FAN, ResNetDepth ModuleNotFoundError: No module named 'face_alignment.models'请问下执行的时候遇到这个问题什么原因