syncnet_python icon indicating copy to clipboard operation
syncnet_python copied to clipboard

'tuple' object does not support item assignment

Open hoanxtrepo opened this issue 3 years ago • 5 comments

When i tried using the full pipeline with !python /home3/thanhpv/vn-celeb/thanhpv/SyncNet/run_pipeline.py --videofile /home3/thanhpv/vn-celeb/thanhpv/data/rose_trimmed.mp4 --reference name_of_video --data_dir /home3/thanhpv/vn-celeb/thanhpv/SyncNet/output I ran into a problem image Seems like the problem lies in line 236 in run_pipeline.py 👍: scene_manager.detect_scenes(frame_source=video_manager) Can anyone help me with this error, i just replace the video directory from the github code.

hoanxtrepo avatar Dec 07 '22 10:12 hoanxtrepo

i'm same problem with you, but i solve it with

pip install scendetect==0.6.1

zengxiang1 avatar Dec 16 '22 06:12 zengxiang1

i'm same problem with you, but i solve it with

pip install scendetect==0.6.1

Thank you! This work for me

By the way, there is a typo

pip install scenedetect==0.6.1

themis0888 avatar May 09 '23 06:05 themis0888

pip install scendetect==0.6.1

谢谢,好人一生平安

prometheus-alien avatar Feb 20 '24 02:02 prometheus-alien

pip install --upgrade scenedetect 这个也可以 this way to update

yhcsyz avatar May 07 '24 09:05 yhcsyz