hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
35.07k stars 4.96k forks source link

The project encountered an exception during operation #496

Open zzy-123-ylr opened 2 weeks ago

zzy-123-ylr commented 2 weeks ago

Run it well and click on the live screen to display the black box of the face. Error message: UserWarning: Error fetching version info data = fetch_version_info(). RuntimeWarning: invalid value encountered in cast bgr_fake = np.clip(255 * img_fake, 0, 255).astype(np.uint8)[:,:,::-1]

yShen868 commented 2 weeks ago

RuntimeWarning: invalid value encountered in cast bgr_fake = np.clip(255 * img_fake, 0, 255).astype(np.uint8)[:,:,::-1] same question

yShen868 commented 2 weeks ago

https://github.com/hacksider/Deep-Live-Cam/issues/382

zzy-123-ylr commented 2 weeks ago

382

Thank you

zzy-123-ylr commented 2 weeks ago

382

The black box issue has been resolved. Do you know how to handle the problem of unsmooth live visuals? I hope the process and realism can be similar to the video demo in Deep Live Cam. Thank you