未验证 提交 5ef91b47 编写于 作者: G Guanghua Yu 提交者: GitHub

Update eval.py

上级 12fc5603
...@@ -51,8 +51,8 @@ def eval(): ...@@ -51,8 +51,8 @@ def eval():
val_program, feed_target_names, fetch_targets = load_inference_model( val_program, feed_target_names, fetch_targets = load_inference_model(
config["model_dir"].rstrip('/'), config["model_dir"].rstrip('/'),
exe, exe,
model_filename=config["model_filename"], model_filename="model.pdmodel",
params_filename=config["params_filename"]) params_filename="model.pdiparams")
bboxes_list, bbox_nums_list, image_id_list = [], [], [] bboxes_list, bbox_nums_list, image_id_list = [], [], []
with tqdm( with tqdm(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册