瀏覽代碼

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):


Loading…
取消
儲存