You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Merge all videosifnotself.stop.is_set() andvideos_path:
merged_video_path=merge_videos(videos_path)
# video mp4 formatllm_response_txt=user_chatbot[-1][1]["text"] +f"""<video src="{merged_video_path}"></video>\n"""# print('-------------ddddd-----------',llm_response_txt)# First Packet RTllm_response_txt=llm_response_txt+f"首包延迟:{round(self.time_cost[-1][0] +self.asr_cost, 2)}s\n"user_chatbot[-1][1] = {
"text": llm_response_txt,
"flushing": False
}
print('-------9、看看-----------',user_chatbot)
--------------- 3、llm回答句子 ----------- ['有什么可以帮助你的吗']
Exception in thread Thread-7 (ffmpeg_worker):
Traceback (most recent call last):
File "/home/data/miniconda3/envs/dh/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/data/miniconda3/envs/dh/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/paddle/www/txsb/api/VideoChat-cascade_only/src/pipeline.py", line 371, in ffmpeg_worker
llm_response_audio = self.thg_queue.get(timeout=1)
File "/home/data/miniconda3/envs/dh/lib/python3.10/queue.py", line 179, in get
raise Empty
_queue.Empty
日志
第二部就坑了,上面生成的下面读不出来
下面这这一段代码一直读不出队列中的内容
--------------- 3、llm回答句子 ----------- ['有什么可以帮助你的吗']
Exception in thread Thread-7 (ffmpeg_worker):
Traceback (most recent call last):
File "/home/data/miniconda3/envs/dh/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/data/miniconda3/envs/dh/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/paddle/www/txsb/api/VideoChat-cascade_only/src/pipeline.py", line 371, in ffmpeg_worker
llm_response_audio = self.thg_queue.get(timeout=1)
File "/home/data/miniconda3/envs/dh/lib/python3.10/queue.py", line 179, in get
raise Empty
_queue.Empty
The text was updated successfully, but these errors were encountered: