nihuini
1615f7de6c
the widely used yuv420sp2rgb, the fast approximate version
7 years ago
nihuini
49f5ac8f3d
implement resize bilinear c2
7 years ago
nihuini
60c40a8608
move pixel resize family to separated source file
7 years ago
nihuini
cd284616b9
convert more onnx binaryop
7 years ago
nihuini
6397e11a5f
convert more onnx unaryop
7 years ago
nihuini
e6bbb17821
shufflenetv2 example
7 years ago
nihuini
4c5d9ae425
reshape and gemm compability with onnx opset-7 and opset-8
7 years ago
nihuini
6a9ac1581e
fix clobber list in convdw5x5s1_neon and convdw5x5s2_neon
7 years ago
nihuini
69d2c48bb8
improve group deconvolution openmp scheduler
7 years ago
Eric Liu
9558c27daa
Fixed a yolov3 resolution bug ( #696 )
7 years ago
nihui
adfbb9eb25
fix caffe ssd, somewhat ugly though ...
7 years ago
nihui
c93e67253a
Merge pull request #689 from ayounes-nviso/cmake-min-version
fix: increase min cmake version
7 years ago
nihuini
a6679ed157
more init style compability
7 years ago
Abdelrazak Younes
b35d65a4ea
fix: increase min cmake version
fix also cmake usage in tools/
7 years ago
Abdel Younes
b48ec83e36
fix: avoid rebuilding after cmake
7 years ago
nihuini
65be036aa6
mxnet-ssd done
7 years ago
nihuini
ed2a24c47c
handle batchnorm fix_gamma attr properly
7 years ago
nihuini
c77383f623
mxnet-ssd wip ...
7 years ago
nihuini
d9d7d6b6ea
fix leakyrelu with default type
7 years ago
Abdel Younes
a941701f98
fix: c++ warnings ( #666 )
7 years ago
nihuini
481722648c
fix ooops .... :]
7 years ago
nihuini
94e3a79ee9
fix crash in priorbox when min_sizes or max_sizes is empty
7 years ago
nihuini
9b10729860
fix read_int8scale_table, second try
7 years ago
nihuini
501cdf2adf
fscanf may advance stream position, workaround it
7 years ago
nihuini
0b34dd59fb
trival fix for the last element
7 years ago
nihuini
c44e49d3e9
implement roialign layer
7 years ago
nihuini
83818bd52e
convert roialign
7 years ago
nihui
4c8d42b511
Update README.md
7 years ago
nihui
b48de8dec3
Update README.md
7 years ago
nihui
d6c69f006d
mention supported CNN network
7 years ago
nihuini
1d841fb374
drop internal android cmake toolchain, always use the one bundled with ndk
7 years ago
Abdel Younes
a2611f4720
build: various cmake cleanups ( #657 )
* Those changes allows to use src/CMakeLists.txt directly
within a project that has its own toolchain and options.
* factorize arm and x86 cmake code,
* allow unix and android build for any kind of arm combination
* Introduce NCNN_CMAKE_VERBOSE option to reduce cmake verbosity
* use modern cmake for OpenMP detection and usage
7 years ago
nihuini
250f6b8bdd
fix build
7 years ago
nihuini
4837af4c25
initial effort for mxnet-ssd
7 years ago
nihuini
4a187025c8
add R-FCN example
7 years ago
nihuini
faac207410
convert psroipooling
7 years ago
nihuini
3a69f1c68b
implement psroipooling layer
7 years ago
nihuini
4efc3edc4a
fix mobilenet-yolo benchmark, multiscale feature and depthwise convolution for the last blocks
7 years ago
nihuini
a5e57fa22e
implement multiscale yolov2, update example model comment
7 years ago
Jianjun Liu
8c79c90102
variable name should be remain.
7 years ago
karl2015
201ebb8e44
fix dequantize register error ( #653 )
* fix dequantize register error
* fix dequantize register error
7 years ago
nihuini
8fda293f91
neon optimize for depthwise convolution 5x5 :P
7 years ago
nihuini
2afc7aa877
add info about darknet2ncnn
7 years ago
nihui
343524d29e
do not break layer type enum compability
7 years ago
Ming-Yang Liu
dfbed5a0ad
Support yolov3 and mobilenet yolov3
7 years ago
Corentin Barreau
736ed5e835
Support for Raspberry Pi 3 compilation ( #640 )
* Add: pi3.toolchain.cmake - CMake variables for Pi3 compilation.
* Modify: CMakeLists.txt - Add definitions for Pi3 compilation.
* Modify: src/cpu.cpp - Use getpid() if -PI3 is used.
7 years ago
791136190
4ec1c1781f
[BUG] ( #636 )
1、kernel size 3->5
7 years ago
BUG1989
971fe2f639
fix the bug of aarch64 conv1x1 int8 'asm' op less than 30 ( #628 )
* add aarch64 int8 neon implement
* fix the bug of aarch64 conv1x1 int8 'asm' op less than 30
* Update convolution_1x1_int8.h
7 years ago
kalcohol
e38c5a69a6
Request add ncnn::Mat support for Visual Studio Image Watch Tools ( #625 )
* add image watch plugin for image watch tools of visual studio
* add a new blank line as the end line
7 years ago
RogerOu
0139939456
fix bug : undefined reference to 'typeinfo for ncnn::Allocator'
7 years ago