ekkravchenko / livePortraits

Implemetation of "Bringing Portraits to Life" by Averbuch-Elor et al (2017)
27 stars 6 forks source link

The generated video is not correct. #1

Closed munkim closed 5 years ago

munkim commented 5 years ago

The video is not generated correctly. Although it creates a file, it doesn't seem to create any frame at all.

Here is the error I get.

Traceback (most recent call last): File "livePortrets_wGUI.py", line 125, in runProcess LivePortrets() File "livePortrets_wGUI.py", line 189, in LivePortrets runLivePortrets(im_fn, im, video_fn, cap) File "livePortrets_wGUI.py", line 273, in runLivePortrets landmarks_frame = cv2.transform(landmarks_frame, tform) TypeError: Expected Ptr for argument '%s'