Merge pull request #1738 from Intsigstephon/fix_drink_demo_bug

fix inference_drink yaml error
This commit is contained in:
Bin Lu 2022-03-08 18:16:32 +08:00 committed by GitHub
commit abbe1b85c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: " "