Update recognition_web_service.py

pull/1383/head
Bin Lu 2021-11-02 17:47:15 +08:00 committed by GitHub
parent 0f92230516
commit dec556b901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
deploy/paddleserving/recognition

View File

@ -97,7 +97,7 @@ class RecOp(Op):
False), Transpose((2, 0, 1))
])
index_dir = "../../recognition_demo_data_v1.1/gallery_product/index"
index_dir = "../../drink_dataset_v1.0/index"
assert os.path.exists(os.path.join(
index_dir, "vector.index")), "vector.index not found ..."
assert os.path.exists(os.path.join(