!21181 Fix yolov3_resnet18 network run_eval.sh dataset path bug

Merge pull request !21181 from zhanghuiyao/fix_yolov3_resnet18_eval_datasetpath_bug_master
This commit is contained in:
i-robot 2021-08-03 07:10:06 +00:00 committed by Gitee
commit 9c48d09baa
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ export RANK_SIZE=1
export DEVICE_ID=$1
export RANK_ID=$1
python eval.py --ckpt_path=$2 --mindrecord_dir=$3 --image_dir=$4 --anno_path=$5
python eval.py --ckpt_path=$2 --eval_mindrecord_dir=$3 --image_dir=$4 --anno_path=$5