diff --git a/deploy/configs/inference_drink.yaml b/deploy/configs/inference_drink.yaml index 61d116f9f407ca032e59132ec3971622c9df9a6e..d044965f446634dcc151fd496a9d7b403b869d68 100644 --- a/deploy/configs/inference_drink.yaml +++ b/deploy/configs/inference_drink.yaml @@ -51,8 +51,8 @@ RecPostProcess: null # indexing engine config IndexProcess: index_method: "HNSW32" # supported: HNSW32, IVF, Flat - index_dir: "./drink_dataset_v1.0/gallery" - image_root: "./drink_dataset_v1.0/index" + image_root: "./drink_dataset_v1.0/gallery" + index_dir: "./drink_dataset_v1.0/index" data_file: "./drink_dataset_v1.0/gallery/drink_label.txt" index_operation: "new" # suported: "append", "remove", "new" delimiter: " "