Skip to content

The Python virtual environment is correct but I get the following error when I run "bash ./execute_pipeline.sh ./0_input ./output" #3

Description

@ZhongyuMa

egin Stage 1 : Shot Segmentation
Processing: ./0_input/image00002.jpg
Traceback (most recent call last):
File "shot_segmentation.py", line 93, in
do_shot_segmentation(f, filePath, input_folder, output_folder);
File "shot_segmentation.py", line 56, in do_shot_segmentation
output = pyannote_shot(filePath)
File "shot_segmentation.py", line 38, in pyannote_shot
for x in shots:
File "/home/yu/anaconda3/envs/face/lib/python3.6/site-packages/pyannote/video/structure/shot.py", line 120, in iter
t, y = zip(*self.iter_dfd())
ValueError: not enough values to unpack (expected 2, got 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions