소스 검색

update rank service

linfan 1 년 전
부모
커밋
78fe3b8d32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rank_service.py

+ 1 - 1
rank_service.py

@@ -8,7 +8,7 @@ log_ = Log()
 
 
 config_ = set_config()
-def get_featurs(data, size, top_K, flow_pool_P, env_dict):
+def get_featurs(data, size, top_K, flow_pool_P, env_dict=None):
     recall_list = []
     vidKeys = []
     feature_dict = {}