liqian 2 년 전
부모
커밋
ae1f16f99c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      video_recall.py

+ 1 - 0
video_recall.py

@@ -547,6 +547,7 @@ class PoolRecall(object):
             'operation': 'flow_pool_recall',
             'executeTime': (time.time() - start_time) * 1000
         })
+        flow_pool_recall_result = []
         return flow_pool_recall_result[:size]
 
     def check_video_counts(self, video_ids, flow_pool_mapping):