Coder Social home page Coder Social logo

Comments (4)

zhengkw18 avatar zhengkw18 commented on July 3, 2024

I uploaded the checkpoint to Google Drive:
https://drive.google.com/file/d/1_xTqfk-cjouOEjZ3gkDyYwdq7mYeiAji/view?usp=sharing
But notice, the model requires huge amount of training. My checkpoint is of limited training, 7 days on 4 2080Ti, so currently performs not good especially for changing viewpoint. As a comparison, the guy in Alibaba trains his implementation on 8 A100 for 5 days (10~20 times of training compared to me). But unlike his work, I rearrange the code structure to make it concise, and I use DistributedDataParallel instead of DataParallel, which may be faster. Sadly, the code may never get enough training again.

from face-vid2vid.

DWCTOD avatar DWCTOD commented on July 3, 2024

I uploaded the checkpoint to Google Drive:
https://drive.google.com/file/d/1_xTqfk-cjouOEjZ3gkDyYwdq7mYeiAji/view?usp=sharing
But notice, the model requires huge amount of training. My checkpoint is of limited training, 7 days on 4 2080Ti, so currently performs not good especially for changing viewpoint. As a comparison, the guy in Alibaba trains his implementation on 8 A100 for 5 days (10~20 times of training compared to me). But unlike his work, I rearrange the code structure to make it concise, and I use DistributedDataParallel instead of DataParallel, which may be faster. Sadly, the code may never get enough training again.

谢谢大佬,我试一试哈,非常感谢,https://github.com/zhanglonghao1992/One-Shot_Free-View_Neural_Talking_Head_Synthesis 这个我也试了,不过用的数据量比较少(400个左右),训练效果不好,都完全不动

from face-vid2vid.

DWCTOD avatar DWCTOD commented on July 3, 2024

大佬这里好像有点小bug,
video_array = [img_as_float32(io.imread(os.path.join(args.driving, frames[idx]))) for idx in range(num_frames)]
这个应该是用来获取视频帧列表的吧,直接输入视频的话会报错

from face-vid2vid.

zhengkw18 avatar zhengkw18 commented on July 3, 2024

大佬这里好像有点小bug,
video_array = [img_as_float32(io.imread(os.path.join(args.driving, frames[idx]))) for idx in range(num_frames)]
这个应该是用来获取视频帧列表的吧,直接输入视频的话会报错

是的,因为我使用的是fomm的数据处理脚本,默认的训练测试数据都是一系列png格式的帧,视频的话改代码或者先预转换为图片都行

from face-vid2vid.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.