未验证 提交 dec556b9 编写于 作者: B Bin Lu 提交者: GitHub

Update recognition_web_service.py

上级 0f922305
...@@ -97,7 +97,7 @@ class RecOp(Op): ...@@ -97,7 +97,7 @@ class RecOp(Op):
False), Transpose((2, 0, 1)) 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( assert os.path.exists(os.path.join(
index_dir, "vector.index")), "vector.index not found ..." index_dir, "vector.index")), "vector.index not found ..."
assert os.path.exists(os.path.join( assert os.path.exists(os.path.join(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册