edit : 안경이미지 검색시 temp 이미지 사용 안함
This commit is contained in:
@@ -117,6 +117,4 @@ if __name__ == '__main__':
|
||||
}
|
||||
|
||||
for item_key, item_value in pure_data_dict.items():
|
||||
make_vector_files(item_info=item_value, index_type=VM.VitIndexType.l2, model_type=VM.VitModelType.b32)
|
||||
|
||||
# time.sleep(5) # huggingface api 요청 제한 회피 위해 대기 TODO(jwkim) huggingface 로그인은 한번만 진행하게 변경
|
||||
make_vector_files(item_info=item_value, index_type=VM.VitIndexType.l2, model_type=VM.VitModelType.b32)
|
||||
Reference in New Issue
Block a user