sstzal / DiffTalk

[CVPR2023] The implementation for "DiffTalk: Crafting Diffusion Models for Generalized Audio-Driven Portraits Animation"
419 stars 41 forks source link

What's the data.txt? #8

Open wwqy opened 1 year ago

wwqy commented 1 year ago

error:No such file or directory: './data/HDTF/data.txt''./data/HDTF/data.txt' Is this file the total of data_train.txt and data_test.txt?

MengShen0709 commented 1 year ago

I looked into the code in data_loader, I guess the data.txt should be in this format:

1 1499 2 1499 ... video_id max_frame_num

wwqy commented 1 year ago

Thank you for your reply soooo much!

jianmanLin commented 11 months ago

error:No such file or directory: './data/HDTF/data.txt''./data/HDTF/data.txt' Is this file the total of data_train.txt and data_test.txt?

Hello, did you successfully reproduce this paper? As a result of my training, the inpainting area will keep shaking, and then the training loss will drop rapidly at the beginning, and then it will shake within a small area. I feel very happy troubled

jianmanLin commented 11 months ago

I looked into the code in data_loader, I guess the data.txt should be in this format:

1 1499 2 1499 ... video_id max_frame_num

Hello, did you successfully reproduce this paper? As a result of my training, the inpainting area will keep shaking, and then the training loss will drop rapidly at the beginning, and then it will shake within a small area. I feel very happy troubled /