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
yehao
60d4ff09d0
add mobilenetv3-ssd ( #1335 )
* update
* Update mobilenetv3ssdlite.cpp
* Update mobilenetv3ssdlite.cpp
* Update mobilenetv3ssdlite.cpp
6 years ago
nihuini
e147debe07
add retinaface example
6 years ago
nihui
2556ece1ca
advertise the new squeezencnn android example project
6 years ago
nihuini
d04b996cc4
add human pose estimation example
6 years ago
Eric Liu
f5eee84185
Update mobilenetv2-yolov3 ( #1165 )
* Add mobilenetv2_yolov3 ,and remove old model
* Recovery yolov2
* Update link
6 years ago
nihuini
83d7154be8
adapt option api changes
7 years ago
nihuini
838c5df839
option api changes
7 years ago
Eric Liu
42dbc6f4d2
A new model example , pelee + ssd + segmentation ( #929 )
* Add peleenet+ssd+segmentation example
* Change normalize and mean
* Add segmentation demo
* Add add_executable
* Some errors
* Update flow
7 years ago
nihuini
c1c72ec1b7
add gpu button for squeezencnn sample, require api android-24 and ndk-r18b
7 years ago
nihuini
26e64cac41
use number instead of enum for compability with opencv 2.x and opencv 4.x
7 years ago
nihui
253bef2f7b
example now runs on gpu when vulkan enabled
7 years ago
Eric Liu
b392b1dbfc
Modify mean to [1.0,1.0,1.0] , yolo ( #744 )
* Fixed a yolov3 resolution bug
* Set yolo defalut mean to 1.0
7 years ago
nihuini
e6bbb17821
shufflenetv2 example
7 years ago
nihuini
4a187025c8
add R-FCN example
7 years ago
nihuini
a5e57fa22e
implement multiscale yolov2, update example model comment
7 years ago