Vadim Pisarevsky
c5faa9aefa
Merge pull request #9013 from arrybn:ssd_last_layers_optim
8 years ago
tribta
98849151a2
formating style and making changes accordingly to review
8 years ago
Vadim Pisarevsky
bbb14d3746
Merge pull request #9003 from dkurt:halide_bug_fixes
8 years ago
Aleksandr Rybnikov
ec321e651f
Removed usage of std::map in DetectionOutput layer
8 years ago
Vadim Pisarevsky
2ae849091c
Merge pull request #9009 from alalek:fix_dnn_initialization
8 years ago
Vadim Pisarevsky
8b3d6603d5
another round of dnn optimization ( #9011 )
...
* another round of dnn optimization:
* increased malloc alignment across OpenCV from 16 to 64 bytes to make it AVX2 and even AVX-512 friendly
* improved SIMD optimization of pooling layer, optimized average pooling
* cleaned up convolution layer implementation
* made activation layer "attacheable" to all other layers, including fully connected and addition layer.
* fixed bug in the fusion algorithm: "LayerData::consumers" should not be cleared, because it desctibes the topology.
* greatly optimized permutation layer, which improved SSD performance
* parallelized element-wise binary/ternary/... ops (sum, prod, max)
* also, added missing copyrights to many of the layer implementation files
* temporarily disabled (again) the check for intermediate blobs consistency; fixed warnings from various builders
8 years ago
Alexander Alekhin
00dd433368
dnn: fix LayerFactory initialization
8 years ago
Alexander Alekhin
82ec76c123
Merge pull request #8990 from mshabunin:fix-static-2
8 years ago
Maksim Shabunin
1c4fb418cf
Merge pull request #9007 from alalek:issue_9001
8 years ago
Maksim Shabunin
58c5be0002
Merge pull request #9006 from alalek:videoio_synchronize_ffmpeg_open
8 years ago
Vadim Pisarevsky
9e9f57c139
Merge pull request #9004 from alalek:fix_build_flann_sdl
8 years ago
Alexander Alekhin
f8a75c4361
dispatch: added CV_TRY_${OPT} macro, fix dnn build
...
- 1: OPT is available directly or via dispatcher
- 0: optimization is not compiled at all
8 years ago
Alexander Alekhin
a87d6b098f
videoio: synchronize ffmpeg open() call
8 years ago
Alexander Alekhin
22d2207d41
flann: fix build with MSVC /sdl option
8 years ago
Alexander Alekhin
9ee60dbff2
Merge pull request #8963 from likan999:fix-java-camera-view
8 years ago
dkurt
121789f78e
Fixed some bugs from Halide tests
8 years ago
Maksim Shabunin
32d4af36e2
Fixing some static analysis issues
8 years ago
Alexander Alekhin
b991665b5d
Merge pull request #9000 from alalek:fix_winpack_build
8 years ago
Alexander Alekhin
eff47b1260
Merge pull request #8997 from alalek:fix_build_warnings
8 years ago
Alexander Alekhin
04f8194327
Merge pull request #8996 from alalek:fix_viz_build
8 years ago
Alexander Alekhin
16d1bbf2ea
dnn: fix build
...
- winpack
- opencv_world
8 years ago
Alexander Alekhin
650830b9d6
build: eliminate warning
8 years ago
Alexander Alekhin
45cbc512bf
build: fix viz tests
...
removed test_precomp.cpp
8 years ago
Cartucho
fd91072990
Merge branch 'master' into compiling_java_code
8 years ago
tribta
3611396c0b
Compiling the Java tutorials codes using Apache Ant.
8 years ago
Vadim Pisarevsky
ef2e5a9f82
Merge pull request #8988 from sovrasov:repeat_src_eq_dst_fix
8 years ago
Vadim Pisarevsky
48924cd874
Merge pull request #8989 from alalek:move_dnn_module
8 years ago
Alexander Alekhin
986d27e49c
dnn: fix failed Torch tests
...
"Torch invalid argument 2: position must be smaller than LLONG_MAX"
These conditions are always true for "long position" argument.
8 years ago
Alexander Alekhin
b4f1102455
Merge pull request #8995 from savuor:fix/trace_ovx_build
8 years ago
Rostislav Vasilikhin
e63feba8e2
fixed typo
8 years ago
Alexander Alekhin
93091ba203
dnn: AVX2 fix invalid unaligned read
8 years ago
Alexander Alekhin
623de337e8
dnn: fix build warnings
8 years ago
Alexander Alekhin
b500ae2d21
Merge pull request #8766 from alalek:trace
8 years ago
Alexander Alekhin
006966e629
trace: initial support for code trace
8 years ago
Alexander Alekhin
07aff8e85f
3rdparty: add ittnotify sources
...
https://github.com/01org/IntelSEAPI/tree/master/ittnotify
8 years ago
Alexander Alekhin
e49c429162
viz: fix tests build
8 years ago
Vitaly Tuzov
3d7fd4132b
Fixed clipLine evaluation for very long lines
8 years ago
Alexander Alekhin
ee54bafe6b
dnn: fix dnn python test files
8 years ago
Alexander Alekhin
e03569f3a8
dnn: remove obsolete "build opencv_contrib with dnn module" tutorial
8 years ago
Alexander Alekhin
382e38941c
dnn: fix documentation links
8 years ago
Alexander Alekhin
14de8ac951
dnn: move samples
8 years ago
Alexander Alekhin
6031c79197
dnn: remove unused README
8 years ago
Alexander Alekhin
7f12836df9
dnn: fix public headers guards
8 years ago
Vladislav Sovrasov
4f9871817a
core: forbid handling of the case when src=dst in cv::repeat
8 years ago
Alexander Alekhin
93729784bb
dnn: move module from opencv_contrib
...
e6f63c7a38/modules/dnn
8 years ago
Vadim Pisarevsky
ef692350e0
Merge pull request #8966 from alalek:protobuf_sources
8 years ago
Maksim Shabunin
09db01af5b
Merge pull request #8986 from alalek:build_disable_avx512
8 years ago
Maksim Shabunin
8c27ceb9de
Merge pull request #8981 from alalek:port_8979
8 years ago
Maksim Shabunin
b3cd2448cd
Merge pull request #8985 from alalek:update_videoio
8 years ago
Maksim Shabunin
c60b7d76c5
Merge pull request #8984 from alalek:update_videowriter_apipreference
8 years ago