LosReturn
a080d0cd30
Update README.md ( #2314 )
Update README.md for Netron.app
5 years ago
daquexian
c7547e713f
Update README.md for convertmodel.com ( #2309 )
5 years ago
nihuini
7836a143ec
print input and output blob names, print estimated runtime memory footprint
5 years ago
ncnnnnn
16fb78a814
use-ncnn-with-opencv-addmat ( #2306 )
5 years ago
ncnnnnn
a971acda3d
efficient-roi-resize-rotate-addmat ( #2305 )
5 years ago
maxfy1992
a106baa3b8
add interp param align_corner ( #2236 )
* add interp param align_corner
add check support_vulkan after create_pipeline for tests
* code style
Co-authored-by: yangfengmax <yangfengmax@didichuxing.com>
5 years ago
nihuini
b3bbc1b8e9
update tensorflow dialect, adpat mlir api changes
5 years ago
Zhuo Zhang
4a1c463cff
fix: fix gnueabihf cmake toolchain neon flags ( #2272 )
Test platform: ZYNQ 7020, there is vfpv3 but isn't vfpv4
5 years ago
Zhengtq
36a591da83
Add android yolov5 example to README ( #2295 )
5 years ago
Zhuo Zhang
e36f990498
update how-to-build.md, fix package names ( #2293 )
* add missing word
* fix wrong-spelled apt package names
5 years ago
Martin Han
c110e5ca6d
Add docs for keras2ncnn tools ( #2286 )
* Add readme for keras2ncnn
* Add supported model variants
* Fix supported model variants
5 years ago
nihui
80b31cbf9d
fix yolov5 focus
5 years ago
nihuini
88d1efc9b1
convert onnx MatMul to Gemm
5 years ago
ncnnnnn
c44a521dbc
removewarn onnx2ncnn vs2017 c4267 ( #2271 )
5 years ago
ncnnnnn
21974d8218
removewarn ncnnmerge C4267 ( #2269 )
* fix vs2017 nmake warning C4267: 'initializing': conversion from 'size_t' to 'int'
* removewarn vs2017 nmake warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
Co-authored-by: sf <sf@sf.sf>
5 years ago
ncnnnnn
cba605e23e
fix vs2017 nmake warning C4267: 'initializing': conversion from 'size_t' to 'int' ( #2268 )
Co-authored-by: sf <sf@sf.sf>
5 years ago
ncnnnnn
f72befbe49
fix vs2017 nmake warning C4267 ( #2267 )
* fix vs2017 nmake warning C4267: 'return': conversion from 'size_t' to 'int'
* fix vs2017 nmake warning C4267: 'initializing': conversion from 'size_t' to 'int'
5 years ago
nihui
4b0b541587
update ci vulkan sdk 1.2.148.1 ( #2264 )
5 years ago
Zhuo Zhang
5b44d44ca1
mention yolov5 in readme ( #2275 )
5 years ago
nihui
10bd459402
add yolov5 example
5 years ago
nihuini
a742979fea
do not fuse mlir scalar mul-add pattern
5 years ago
nihuini
d0e6b256f9
drop obsoleted aarch64 auto conv mode, print mac after ncnnoptimize shape inference
5 years ago
Zhuo Zhang
f2e68c5a0e
fix typo in argc/argv hint ( #2262 )
5 years ago
Leo
ebb46032d9
fix compiling failure on cxx14 ( #2261 )
5 years ago
nihuini
ac47a05488
fix onnx groupnorm conversion, ncnnoptimize support groupnorm, fix #2142
5 years ago
nihuini
0a533dcaac
mlir2ncnn fuse keras batchnorm, handle instancenorm affine in ncnnoptimize
5 years ago
Philipp Zabel
799643f07b
Fix build instructions ( #2253 )
5 years ago
Philipp Zabel
2b4b7cabe8
Fix maybe uninitialized warnings in Vulkan reshape functions ( #2255 )
5 years ago
Philipp Zabel
90dc323dab
Silence unused parameter warning in opencv resize function ( #2254 )
5 years ago
tpoisonooo
91883bb0a3
fix test build when NCNN_PIXEL option is off ( #2251 )
5 years ago
nihui
9f1c1d7dea
rename NCNN_OPENCV to NCNN_SIMPLEOCV
5 years ago
youzainn
aa665026f3
openmp best practice ( #2243 )
5 years ago
nihui
acbb52ee15
fix simplestl build in c++03, fix #2249
5 years ago
Zhuo Zhang
f05999e792
get_little_cpu_count() and get_big_cpu_count() ( #2247 )
5 years ago
Evgeny Proydakov
9dbe7aa897
Fixed compile warning for ios clang build. [-Wuninitialized] ( #2244 )
5 years ago
nihui
a00beac906
ncnnmerge for merging multiple models into one
5 years ago
Zhuo Zhang
6475d782c1
try to support Open Harmony OS ( #2241 )
5 years ago
nihui
b30d5131b4
naive exchange-add operation when NCNN_THREADS is off
5 years ago
nihui
cf3cf83cd3
unified image shader storage type ( #2231 )
* drop bug_layout_binding_id_alias flag
5 years ago
nihui
e4a4b51d27
openmp on webassembly ( #2234 )
* openmp on webasm works
* fix compile flags
* dynamic kmp runtime initialization
* clang simpleomp ci
* fix dispatch on unique cpu
5 years ago
Evgeny Proydakov
a0c9249ffe
Fixed compile warning in convolutiondepthwise for ios cpu 32 bit. [-Wunused-variable] ( #2227 )
5 years ago
nihui
a8f38f6170
portable thread local storage class ( #2229 )
5 years ago
nihuini
245e31ebca
adapt mlir api changes
5 years ago
songqun
a0189211d9
docs: add docs about how to build a minimal ncnn library ( #2224 )
5 years ago
Evgeny Proydakov
2cfec9032b
Fixed compile warnings for ios clang cpu 32bit. [-Wunused-variable] ( #2223 )
5 years ago
qiqikit
09011f36ad
Update FAQ-ncnn-throw-error.md ( #2222 )
crash when freeing a ncnn dynamic library
5 years ago
Evgeny Proydakov
6a71ccfc3f
Fixed compile warnings for clang ios gpu. [-Wunused-variable] ( #2217 )
5 years ago
Evgeny Proydakov
f1dc8a1825
Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter] ( #2216 )
* Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter]
* Fixed linux x64 gpu clang compile warning. [-Wunused-variable]
5 years ago
Zhuo Zhang
fc9541a2b5
fix packing.cpp integer multiply may overflow ( #2213 )
* fix packing.cpp integer multiply may overflow
* int->size_t
5 years ago
Evgeny Proydakov
2b66348b62
Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter] [-Wunused-variable] ( #2215 )
5 years ago