liqian 2 years ago
parent
commit
db80d5c250
1 changed files with 5 additions and 0 deletions
  1. 5 0
      video_recall.py

+ 5 - 0
video_recall.py

@@ -1809,6 +1809,11 @@ class PoolRecall(object):
             ge.join()
             filtered_result = ge.get()
 
+            # debug
+            if freq == 1:
+                filtered_result = []
+            # ###
+
             if filtered_result:
                 # 添加视频源参数 pushFrom, abCode
                 temp_result = [{'videoId': int(item), 'rovScore': video_score[int(item)],