linfan 1 year ago
parent
commit
ace250f650
1 changed files with 2 additions and 2 deletions
  1. 2 2
      video_rank.py

+ 2 - 2
video_rank.py

@@ -728,8 +728,8 @@ def video_sanke_rank(data, size, top_K, flow_pool_P, ab_Code='', exp_config=None
         else:
             recall_dict['sim_recall'] = sim_recall
 
-    recall_list = [('rov_recall_region_h',1, 1),('rov_recall_region_h',0.5, 1),('rov_recall_region_24h',1,1), ('hot_recall',0.5,1), ('w2v_recall',0.5,1)
-                   ('rov_recall_24h',1,1), ('rov_recall_24h_dup',0.5,1)]
+    recall_list = [('rov_recall_region_h',1, 1),('rov_recall_region_h',0.5, 1),('rov_recall_region_24h',1,1),
+                   ('hot_recall',0.5,1), ('w2v_recall',0.5,1),('rov_recall_24h',1,1), ('rov_recall_24h_dup',0.5,1)]
     if exp_config is not  None:
         recall_list = exp_config
     #print("recall_list:", recall_list)