|
@@ -968,6 +968,7 @@ def video_sank_pos_rank(data, size, top_K, flow_pool_P, ab_Code='', exp_config=N
|
|
|
break
|
|
|
for recall_pos_config in recall_list:
|
|
|
rand_num = random.random()
|
|
|
+ print("rand_num:", rand_num)
|
|
|
for per_recall_item in recall_pos_config:
|
|
|
per_recall_name = per_recall_item[0]
|
|
|
per_recall_freq = per_recall_item[1]
|
|
@@ -980,7 +981,7 @@ def video_sank_pos_rank(data, size, top_K, flow_pool_P, ab_Code='', exp_config=N
|
|
|
rov_recall_rank.append(recall_item)
|
|
|
select_ids.add(vid)
|
|
|
break
|
|
|
-
|
|
|
+ print("rov_recall_rank:", rov_recall_rank)
|
|
|
if len(rov_recall_rank)<4:
|
|
|
rov_doudi_rank = region_h_recall_rank + sim_recall + u2i_recall + u2u2i_recall + w2v_recall + region_24h_recall_rank + rule_24h_recall_rank + rule_24h_dup_recall_rank
|
|
|
for recall_item in rov_doudi_rank:
|