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
!8739
centerface interface change
From:
@linqingke
Reviewed-by: @oacjiewen,@c_34 Signed-off-by:
@c_34
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
77143e6519
122d52200e
commit
315d492d9d
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
model_zoo/official/cv/centerface/dependency/centernet/src/lib/external/Makefile
+1
-1
model_zoo/official/cv/centerface/scripts/test.sh
+ 3
- 0
model_zoo/official/cv/centerface/dependency/centernet/src/lib/external/Makefile
View File
@@ -0,0 +1,3 @@
all:
python setup.py build_ext --inplace
rm -rf build
+ 1
- 1
model_zoo/official/cv/centerface/scripts/test.sh
View File
@@ -51,7 +51,7 @@ dataset_path=$dataset_root/centerface/images/val/images/
ground_truth_mat=$dataset_root/centerface/ground_truth/val.mat
save_path=$root/output/centerface/
device_id=0
ckpt="0.ckpt" # the model saved for epoch=125
ckpt="0
-125_24750
.ckpt" # the model saved for epoch=125
if [ $# == 1 ]
then
Write
Preview
Loading…
Cancel
Save