MouriNaruto
f4f4cfd784
apply code-format changes
4 years ago
nihui
8af8e52cb0
add nanodetplus pnnx example
4 years ago
nihui
38ae671391
add yolov5 pnnx example
4 years ago
FeiGeChuanShu
14c587e2df
Fix draw on const cv::Mat bug in p2pnet example ( #3395 )
4 years ago
Zhuo Zhang
6ef0f51f40
fix: do not find opencv when simpleocv specified for examples and quantize tool ( #3393 )
4 years ago
FeiGeChuanShu
3644ded5ac
add CrowdCounting-P2PNet example ( #3304 )
4 years ago
Feng Wang
e887f04d03
update(example): preprocess logic of YOLOX ( #3315 )
4 years ago
nihui
750eab81f5
skip rvm example build with simpleocv
4 years ago
zhiliu6
2ee675d6b8
YOLOv5 example add v6.0 support. ( #3292 )
4 years ago
nihui
b7214c1b76
apply code-format changes
4 years ago
Martin Han
ef402b76e0
Add scrfd crowdhuman model support ( #3237 )
Co-authored-by: v-shux <v-shux@microsoft.com>
4 years ago
FeiGeChuanShu
4cef99b675
Add RobustVideoMatting example code ( #3243 )
4 years ago
Feng Wang
ba8e814539
chore(examples): add YOLOX to ncnn examples ( #3110 )
* chore(examples): add YOLOX to ncnn examples
* fix(example): make C++98 happy
* apply code-format changes
* fix(example): fix #287 in yolox
* fix(example): make C++98 happy again
* apply code-format changes
Co-authored-by: FateScript <FateScript@users.noreply.github.com>
4 years ago
li mengyang
be054aacb0
some misspell ( #3046 )
* just a spell check
* some misspell
4 years ago
nihui
b8e03ced3c
allow examples building with simpleocv
4 years ago
nihuini
e548344965
fix scrfd rgb input
5 years ago
nihuini
43e1d83a84
add scrfd example
5 years ago
teng
c3466a7798
fix array index out of bounds in examples/yolact.cpp ( #2722 )
5 years ago
RangiLyu
ecf1f413b4
fix duplicate variable name in examples/nanodet.cpp ( #2719 )
5 years ago
nihui
2b7b92b726
update c api allocator
5 years ago
Zhuo Zhang
fcf02ccd2a
add help message for simplepose example ( #2495 )
5 years ago
Zhuo Zhang
2c9393e43a
fix examples/yolact.cpp sign-compare ( #2392 )
5 years ago
nihuini
8e94566ffb
add nanodet example
5 years ago
Leo
cab255f107
Fix compile failure when NCNN_PIXEL off ( #2260 )
* fix compiling failure on cxx14
* fix compile failure when NCNN_PIXEL off
* do not export pixel api when NCNN_PIXEL off
* disable squeezenet test when NCNN_PIXEL off
* do not build ncnn2table and examples when NCNN_PIXEL off
* make cmakedefine header independent
* restore platform.h.in
Co-authored-by: nihui <shuizhuyuanluo@126.com>
Co-authored-by: nihuini <nihuini@tencent.com>
5 years ago
nihui
80b31cbf9d
fix yolov5 focus
5 years ago
nihui
10bd459402
add yolov5 example
5 years ago
Zhuo Zhang
f2e68c5a0e
fix typo in argc/argv hint ( #2262 )
5 years ago
Zhuo Zhang
8d56a62d5f
fix yolact color array index out of bound bug ( #2136 )
5 years ago
youzainn
266382a832
fix cmake 3.5.1 config error ( #2067 )
* fix cmake 3.5.1 config error
* fix ubuntu16.04 build error
5 years ago
youzainn
3b1b41ec0b
Add some compile options, add vulkan dependency export ( #2062 )
* vulkan cmake export templete
* 1) vulkan cmake dependency export. 2) support opencv_world import. 3) add BUILD_WITH_STATIC_CRT option
* Threads dependency
* NCNN_BUILD_WITH_STATIC_CRT option
* we do not support cmake before version 3.15 for option NCNN_BUILD_WITH_STATIC_CRT
5 years ago
新无止竞博客
8704ed418e
Fix yolov4 example load model ( #2059 )
5 years ago
Martin Han
a531268ff4
Fix yolov4 example bgr2rgb ( #2051 )
* Update yolov4 example
Add streaming from OpenCV support.
Add time profiling support.
Improve error handling.
5 years ago
nihuini
785b49aa87
auto thread count in examples
5 years ago
Zhuo Zhang
418047661c
fix #1984 & fix cmake ( #2000 )
5 years ago
zchrissirhcz
7d2c3247bc
fix #1941 darknet2ncnn maxpool out_w issue ( #1972 )
* fix #1941 darknet2ncnn maxpool out_w issue
* fix typo caused build fail
* fix opencv4 c++11 flags in example folder
5 years ago
nihui
dd97ad36c1
example code clean
5 years ago
nihui
0fdd432fb3
Ci test squeezenet load from binary model and load from memory ( #1928 )
5 years ago
zhiliu6
cdbff653b8
Add yolov4 example option. ( #1913 )
* Add yolov4 example option.
Add yolov4-tiny for benchmark.
* Restyled by astyle
* Restyled by clang-format
* Restyled by astyle
Co-authored-by: Restyled.io <commits@restyled.io>
5 years ago
zhiliu6
0bc45eed52
Support yolov4-tiny conversion. ( #1893 )
* Support yolov4-tiny conversion.
Add darknet2ncnn readme.
Add yolov4 example.
* Restyled by clang-format
* Restyled by astyle
* Restyled by clang-format
* Restyled by astyle
Co-authored-by: Restyled.io <commits@restyled.io>
5 years ago
nihui
a33b353c36
C api ( #1851 )
6 years ago
nihuini
c38d304369
the implicit gpu instance makes life easier :)
6 years ago
nihui
3ef995ed1e
format code style and setup restyled.io ( #1840 )
6 years ago
Naiyang Lin
ceef2470a5
Add logger.h ( #1753 )
6 years ago
nihui
043a8f1ac1
add yolact example, fix #1679
6 years ago
nihui
486b4f6cf7
find opencv and build examples
6 years ago
kalcohol
e3d029a7d6
add cmake folder property ( #1483 )
* add folder property for a better looking in visual studio or other property supported IDEs
* fix condition for not found protobuf
* 1. capitalize to lowercase
2. rename visual folder 'test' to 'tests'
6 years ago
nihuini
0d9096edd4
fix fasterrcnn example on vulkan fp16p
6 years ago
nihuini
ca6d4c8726
add the converted models
6 years ago
JackieWu
dbadd15ee4
support OpenCV4 for simplepose example ( #1391 )
6 years ago
nihuini
a170ef1acf
remove the default option usage in layer interface, fix write out of range in cast arm pack4, handle fp16p conversion on cpu/gpu transfer
6 years ago