Преглед изворни кода

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…
Откажи
Сачувај