Open DisgustedALL opened 1 year ago
Hi,
In order to use a customized dataset, you will need to mainly change the dataloader and do the data preprocessing. To be more specific, you will need to first separate the audio and visual track, parse the audio signals into chunks, and prepare the video frames for motion feature extraction. Afterward, it shouldn't be much work to fit the current dataloader to your own files.
Hello, if my audio and video are all 10 second files and I want to generate 10 second files, what should I do
What should I do if I want to use my own audio/video moves, etc.?