Explorar o código

Merge branch 'feature/zhangbo_rank' of algorithm/rov-server into master

zhangbo hai 1 ano
pai
achega
201c468c74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      video_recall.py

+ 1 - 1
video_recall.py

@@ -2073,7 +2073,7 @@ class PoolRecall(object):
 
         # todo zhangbo rank 放开地域的截断,给后续排序更多供给 做规则调控
         if self.ab_code == 60098:
-            recall_num = size * 3
+            recall_num = size
 
         for region_result in region_recall_result_list:
             for video in region_result: