AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.43k stars 3.2k forks source link

OSError: [WinError 126] #183

Open xxxdakevingame opened 4 years ago

xxxdakevingame commented 4 years ago

When trying to use the crop video script i get this error (FO2) C:\Games\deepfake\first-order-model>python crop-video.py --inp driving_video\council.mp4 Traceback (most recent call last): File "crop-video.py", line 1, in import face_alignment File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\face_alignment__init__.py", line 7, in from .api import FaceAlignment, LandmarksType, NetworkSize File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\face_alignment\api.py", line 3, in import torch File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\torch__init.py", line 81, in ctypes.CDLL(dll) File "C:\Users\Kevin\anaconda3\envs\FO2\lib\ctypes\init.py", line 348, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found

zhuyinna commented 8 months ago

When trying to use the crop video script i get this error (FO2) C:\Games\deepfake\first-order-model>python crop-video.py --inp driving_video\council.mp4 Traceback (most recent call last): File "crop-video.py", line 1, in import face_alignment File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\face_alignmentinit.py", line 7, in from .api import FaceAlignment, LandmarksType, NetworkSize File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\face_alignment\api.py", line 3, in import torch File "C:\Users\Kevin\anaconda3\envs\FO2\lib\site-packages\torchinit.py", line 81, in ctypes.CDLL(dll) File "C:\Users\Kevin\anaconda3\envs\FO2\lib\ctypesinit.py", line 348, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found

I meet the same problem. have you resolved this problem?