mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-05 09:59:18 +08:00
fixed mltiple video data preperation
This commit is contained in:
@@ -71,11 +71,6 @@ class Dataset(object):
|
||||
self.whisper_feature_W = 33
|
||||
self.whisper_feature_H = 1280
|
||||
self.whisper_feature_concateW = self.whisper_feature_W*2*(self.use_audio_length_left+self.use_audio_length_right+1) #5*2*(2+2+1)= 50
|
||||
|
||||
# if(self.split=="train"):
|
||||
# self.all_videos=["../data/images/train"]
|
||||
# if(self.split=="val"):
|
||||
# self.all_videos=["../data/images/test"]
|
||||
with open(json_path, 'r') as file:
|
||||
self.all_videos = json.load(file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user