|
@@ -195,6 +195,7 @@ class GenerateTextFromVideo(object):
|
|
|
task_list = self.get_tasks()
|
|
|
while task_list:
|
|
|
for task in tqdm(task_list, desc="convert video to text"):
|
|
|
+ print(task['pq_vid'], task['file_name'])
|
|
|
# LOCK TASK
|
|
|
lock_row = self.update_video_status(
|
|
|
ori_status=const.VIDEO_UNDERSTAND_PROCESSING_STATUS,
|