This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix yolov4 example load model (
#2059
)
tags/20200916
新无止竞博客
GitHub
5 years ago
parent
e58a35aa65
commit
8704ed418e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/yolov4.cpp
+ 1
- 1
examples/yolov4.cpp
View File
@@ -69,7 +69,7 @@ static int init_yolov4(ncnn::Net* yolov4, int* target_size)
*target_size = 416;
#else
const char* yolov4_param = "yolov4-opt.param";
const char* yolov4_model = "yolov4-opt.
param
";
const char* yolov4_model = "yolov4-opt.
bin
";
*target_size = 608;
#endif
Write
Preview
Loading…
Cancel
Save