forked from mindspore-Ecosystem/mindspore
Modify yolov4 eval/test shape
This commit is contained in:
parent
159071d438
commit
d9ab3eaedc
|
@ -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