소스 검색

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


불러오는 중...
취소
저장