forked from mindspore-Ecosystem/mindspore
!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:
commit
9c48d09baa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue