forked from mindspore-Ecosystem/mindspore
!13907 Modify yolov4 eval/test shape
From: @zhanghuiyao Reviewed-by: @c_34,@oacjiewen Signed-off-by: @c_34
This commit is contained in:
commit
c989c0995e
model_zoo/official/cv/yolov4/scripts
|
@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
|
||||||
python eval.py \
|
python eval.py \
|
||||||
--data_dir=$DATASET_PATH \
|
--data_dir=$DATASET_PATH \
|
||||||
--pretrained=$CHECKPOINT_PATH \
|
--pretrained=$CHECKPOINT_PATH \
|
||||||
--testing_shape=416 > log.txt 2>&1 &
|
--testing_shape=608 > log.txt 2>&1 &
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
|
||||||
python test.py \
|
python test.py \
|
||||||
--data_dir=$DATASET_PATH \
|
--data_dir=$DATASET_PATH \
|
||||||
--pretrained=$CHECKPOINT_PATH \
|
--pretrained=$CHECKPOINT_PATH \
|
||||||
--testing_shape=416 > log.txt 2>&1 &
|
--testing_shape=608 > log.txt 2>&1 &
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue