nihui
171b9d1bba
use spdx license header, copyright Tencent ( #6152 )
10 months ago
nihui
24a3b99f1f
drop layer support_image_storage and option use_image_storage ( #6126 )
* fix pyncnn build
11 months ago
nihui
6af6e8a96b
ppocr-v5 example ( #6092 )
* warn puttext
* split dict
11 months ago
nihui
401f59336f
add yoloworld example ( #6043 )
1 year ago
nihui
7570139879
add yolo11 examples ( #6037 )
1 year ago
nihui
2d01465999
update rvm example ( #6030 )
1 year ago
nihui
488c29297e
fix model path in yolov8 examples ( #5864 )
1 year ago
nihui
3b7eac2ac7
update yolov8 det seg pose cls obb examples ( #5863 )
1 year ago
張小凡
a6d3ef5a0b
Fixed bug #5637 ( #5640 )
1 year ago
張小凡
e550419508
Add yolov8 ncnn example ( #5506 )
1 year ago
shaoshengsong
d522e78af1
support yolov5 6.2 ( #4328 )
3 years ago
Jie Li
627be612c6
fix(examples): optimize nms_sorted_bboxes ( #4030 )
3 years ago
Guo Haria
c1e2ab7205
add yolov7_pnnx example ( #4027 )
3 years ago
teng
3901b837e2
add example yolov7 ( #4019 )
3 years ago
Jie Li
434e55c0f8
fix(examples): load_param always failed ( #4001 )
3 years ago
Zhuo Zhang
c04a1bccce
fix(examples): exit program if load_param, load_model failed for clear message ( #3983 )
* fix(examples): exit program if load_param, load_model failed for clear error messsage
* ignore .cache dir for clangd
* check non-zero instead of -1 for load functions
3 years ago
FeiGeChuanShu
02107e0fbf
fix yolox input shape w!=h ( #3839 )
4 years ago
FeiGeChuanShu
3f6fbcc7a2
add auto num_class for yolov5_pnnx example ( #3729 )
4 years ago
UNeedCryDear
f3129be69a
Reduce yolov5 post-processing time. ( #3649 )
* Reduce yolov5 post time.
sigmoid(X)<1,
IF:box_confidence<prob_threshold
THEN: confidence=box_confidence*sigmoid(class_score)<box_confidence<prob_threshold,
So there is no need to calculate class_score when box_confidence<prob_threshold,and the confidence of most anchors is lower than the prob_threshold.
Co-authored-by: UNeedCryDear <UNeedCryDear@users.noreply.github.com>
4 years ago
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