Fazhong Liu
Fazhong Liu
我也是,虽然找到了群,但是没有对消息进行回复。
I followed the data_process process for each step, and both the background flicker and the facial distortion appeared in my generated video. At the same time, I used the transferd_result...
The first video uses the ref-07.png and motion-02 The second video uses the ref-07.png and processed video https://github.com/fudan-generative-vision/champ/assets/87272252/f153a3fe-4181-40b7-8d36-cd47d3d0e122 https://github.com/fudan-generative-vision/champ/assets/87272252/85313a6f-bf2e-4b4b-b006-a07fcf669dea And the face distortion like this:
> for smpl_outs, cam_t, file_path in tqdm( > zip(result_dict_list["smpl"], result_dict_list["camera"], driving_paths) > ): > img_fn, _ = os.path.splitext(os.path.basename(file_path)) > result_dict = {key: value for key, value in result_dict_first.items()} > result_dict["smpls"]...