nihui
87c0a92bcf
update how to build
7 years ago
nihui
f42901b6a5
update ios.toolchain.cmake and deploy on modern travis ci ( #719 )
* Update .travis.yml
* silence simulator warning
* fix ios arm detection
7 years ago
shujunhua
225d4925c0
fix lstm bug
7 years ago
BUG1989
4850eeed6f
add the armv7a conv1x1s1 sgemm int8 implement without overflow : ) ( #713 )
7 years ago
nihuini
0239d2ef48
another internal_nconsumed_ptr reset case, fix #706
7 years ago
nihuini
1d7871e20b
Merge branch 'master' of https://github.com/Tencent/ncnn
7 years ago
nihuini
b2ffc339c0
reset internal_nconsumed_ptr before mem_scanf on msvc, fix #706
7 years ago
nihui
59ba654a39
Update README.md
7 years ago
nihui
cc873b675c
Update README.md
7 years ago
nihui
ad5d83e01a
add mobilenet-ssd android example and screenshot
7 years ago
nihui
f353a73d5e
convert mxnet Pad
7 years ago
nihui
bbe044f385
convert onnx Flatten
7 years ago
nihui
0ca92de935
recent protobuf library requires c++11 features, try enabling c++11 for caffe2ncnn onnx2ncnn tensorflow2ncnn
7 years ago
nihuini
fdb69378ac
convert onnx sigmoid
7 years ago
nihuini
884e4f76ac
add mobilenet-yolov3 benchmark
7 years ago
nihuini
4b9abf4d6a
mnasnet and proxylessnasnet benchmark
7 years ago
nihuini
fa3b8cfb87
print depthwise convolution and deconvolution kernel info in per-layer benchmark
7 years ago
nihuini
569be5a196
wrapper for yuv420sp bilinear resize
7 years ago
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