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
|
@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
|
|||
python eval.py \
|
||||
--data_dir=$DATASET_PATH \
|
||||
--pretrained=$CHECKPOINT_PATH \
|
||||
--testing_shape=416 > log.txt 2>&1 &
|
||||
--testing_shape=608 > log.txt 2>&1 &
|
||||
cd ..
|
||||
|
|
|
@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
|
|||
python test.py \
|
||||
--data_dir=$DATASET_PATH \
|
||||
--pretrained=$CHECKPOINT_PATH \
|
||||
--testing_shape=416 > log.txt 2>&1 &
|
||||
--testing_shape=608 > log.txt 2>&1 &
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue