edit : 안경이미지 검색시 temp 이미지 사용 안함

This commit is contained in:
2026-01-02 09:45:29 +09:00
parent e2190eadba
commit 80f5e50c31
6 changed files with 107 additions and 11 deletions

View File

@@ -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)