'tuple' object does not support item assignment
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
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.
i'm same problem with you, but i solve it with
pip install scendetect==0.6.1
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
pip install scendetect==0.6.1
谢谢,好人一生平安
pip install --upgrade scenedetect 这个也可以 this way to update