ソースを参照

fix: [LaughFE] restore check for input files

main
Rob Hallam 1ヶ月前
コミット
97401aa84f
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      pipeline/feature_extractors.py

+ 2
- 0
pipeline/feature_extractors.py ファイルの表示

@@ -107,6 +107,8 @@ class LaughterFeatureExtractor(FeatureExtractor):

jrgillick's laughter-detection library can work with AV files directly!
"""
if not self.input_files or len(self.input_files) == 0:
raise ValueError("No input files provided!")


def run(self):


読み込み中…
キャンセル
保存