From 1cd1eee46d288513966017586e0e9cc65f64a9ea Mon Sep 17 00:00:00 2001 From: yuzhenhua Date: Tue, 5 Jan 2021 10:13:13 +0800 Subject: [PATCH] modify readme --- model_zoo/official/cv/maskrcnn/README.md | 1 + model_zoo/official/cv/maskrcnn/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/model_zoo/official/cv/maskrcnn/README.md b/model_zoo/official/cv/maskrcnn/README.md index 9637b45707..710358e8c2 100644 --- a/model_zoo/official/cv/maskrcnn/README.md +++ b/model_zoo/official/cv/maskrcnn/README.md @@ -505,6 +505,7 @@ python export.py --ckpt_file [CKPT_PATH] --device_target [DEVICE_TARGET] --file_ ### Usage Before performing inference, the air file must bu exported by export script on the 910 environment. +Current batch_ Size can only be set to 1. The inference process needs about 600G hard disk space to save the reasoning results. ```shell # Ascend310 inference diff --git a/model_zoo/official/cv/maskrcnn/README_CN.md b/model_zoo/official/cv/maskrcnn/README_CN.md index d4758149e3..a0b6c1d0ce 100644 --- a/model_zoo/official/cv/maskrcnn/README_CN.md +++ b/model_zoo/official/cv/maskrcnn/README_CN.md @@ -439,7 +439,7 @@ python export.py --ckpt_file [CKPT_PATH] --device_target [DEVICE_TARGET] --file_ ### 使用方法 -在推理之前需要在昇腾910环境上完成模型的导出。 +在推理之前需要在昇腾910环境上完成模型的导出。目前推理只支持batch_size=1。推理过程需要占用大约600G的硬盘空间来保存推理的结果。 ```shell # Ascend310 推理