This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!13907
Modify yolov4 eval/test shape
From:
@zhanghuiyao
Reviewed-by: @c_34,@oacjiewen Signed-off-by:
@c_34
pull/13907/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
bbd9cb9f69
d9ab3eaedc
commit
c989c0995e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
model_zoo/official/cv/yolov4/scripts/run_eval.sh
+1
-1
model_zoo/official/cv/yolov4/scripts/run_test.sh
+ 1
- 1
model_zoo/official/cv/yolov4/scripts/run_eval.sh
View File
@@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
python eval.py \
--data_dir=$DATASET_PATH \
--pretrained=$CHECKPOINT_PATH \
--testing_shape=
41
6 > log.txt 2>&1 &
--testing_shape=6
08
> log.txt 2>&1 &
cd ..
+ 1
- 1
model_zoo/official/cv/yolov4/scripts/run_test.sh
View File
@@ -62,5 +62,5 @@ echo "start inferring for device $DEVICE_ID"
python test.py \
--data_dir=$DATASET_PATH \
--pretrained=$CHECKPOINT_PATH \
--testing_shape=
41
6 > log.txt 2>&1 &
--testing_shape=6
08
> log.txt 2>&1 &
cd ..
Write
Preview
Loading…
Cancel
Save