Vladislav Sovrasov
|
7c7c2848cf
|
Fix python bindings for dnn when Torch is disabled
|
8 years ago |
Alexander Alekhin
|
4bf9cb5520
|
dnn: fix 'log1p' re-definition in THGeneral
|
8 years ago |
Alexander Alekhin
|
62cc8d86e9
|
dnn: build fixes
|
8 years ago |
Alexander Alekhin
|
2feb23cf36
|
cmake: include contrib modules into "opencv_world"
|
8 years ago |
Alexander Alekhin
|
695996e826
|
dnn: fix iOS build warnings
|
8 years ago |
Alexander Alekhin
|
3210f7848f
|
dnn: don't disable module on aarch64
|
8 years ago |
Vladislav Sovrasov
|
620d74ab1f
|
Put Torch importer implementation under ifdef
|
8 years ago |
arrybn
|
310a096b46
|
Added im2row, tiny optimiziations
|
8 years ago |
Alexander Alekhin
|
1bd279e49d
|
fix lapack support
|
8 years ago |
arrybn
|
e784f137f6
|
Added Torch ENet support
|
8 years ago |
Vadim Pisarevsky
|
c84a6604c1
|
moved BLAS/LAPACK detection scripts to the main repository. Give preference to the external BLAS over OpenCV's gemm, which improves performance of dnn module by a lot
|
9 years ago |
Alexander Alekhin
|
c82c887d10
|
cmake: unpack protobuf into binary directory
|
9 years ago |
Alexander Alekhin
|
1da7edcd19
|
cmake: disable ICC warnings from protobuf code
|
9 years ago |
Aleksandr Rybnikov
|
327aa89c37
|
Added TensorFlow models loading
|
9 years ago |
Alexander Alekhin
|
b7ce1ec369
|
dnn: rebuild caffe.proto with protobuf 3.1.0
|
9 years ago |
Alexander Alekhin
|
57d63db9c3
|
3rdparty: libprotobuf v3.1.0
|
9 years ago |
Alexander Alekhin
|
f2af57c6d7
|
3rdparty: remove protobuf sources
|
9 years ago |
Vadim Pisarevsky
|
b59f3989f5
|
fixed some compile warnings in dnn & protobuf; improved convolution layer performance when blas is not available by parallelizing gemmCPU() function in dnn
|
9 years ago |
Maksim Shabunin
|
0e7405ce4c
|
Fixed several GCC warnings
|
9 years ago |
Vitaliy Lyudvichenko
|
cd029345b3
|
Avoid throwing glog exeptions from destructor
|
9 years ago |
Vitaliy Lyudvichenko
|
662fc9c78a
|
Fix docs warnings
|
9 years ago |
Vitaliy Lyudvichenko
|
dcf425256c
|
Extended and generalized CropLayer implementation
Also, small fix inside inside Python types conversion was added
|
9 years ago |
Vitaliy Lyudvichenko
|
8b4b7f6c93
|
Eliminated packed precompiled Caffe protobuf sources
|
9 years ago |
Vitaliy Lyudvichenko
|
0674b6f3a2
|
Rewriting FlattenLayer and small fixes
|
9 years ago |
Vitaliy Lyudvichenko
|
266692e1b6
|
Improving of Caffe importer compatibility
|
9 years ago |
Vitaliy Lyudvichenko
|
8ecae046a8
|
Updating of cmake/OpenCVFindMKL.cmake
|
9 years ago |
Vitaliy Lyudvichenko
|
55856bd9e5
|
Updating of googlenet sample
|
9 years ago |
Vitaliy Lyudvichenko
|
4b99c937d7
|
Replacing src/bindings dir for user-defined python conversions to misc/python
|
9 years ago |
Vitaliy Lyudvichenko
|
7035dacac6
|
Removed python2 executable dependency
|
9 years ago |
Vitaliy Lyudvichenko
|
589286bb9f
|
Adding of pyhon bindings for dnn module
|
9 years ago |
VBystricky
|
cc8442e435
|
Add CropLayer and EltWise layer implementation. Add sample for semantic segmentation network.
|
9 years ago |
Vitaliy Lyudvichenko
|
a62f7e1d89
|
Small refactoring of RNN layers
|
9 years ago |
Vitaliy Lyudvichenko
|
942e920522
|
Fixing of reshape layer to pass Torch test
|
9 years ago |
Vitaliy Lyudvichenko
|
231546b717
|
Adding useful .gitignore
|
9 years ago |
Vitaliy Lyudvichenko
|
b51ffe3e53
|
Adding of public interfaces and refactoring of Reshape and MVN layer.
|
9 years ago |
Vitaliy Lyudvichenko
|
4f57806858
|
Fixing of reshape and concat layers in OCL mode.
|
9 years ago |
Vitaliy Lyudvichenko
|
7f0260c1db
|
Adding of OCL versions of Concat, Split, Slice layers
Moving more Caffe loaders to sparate file
|
9 years ago |
apetrovichev
|
e88b06183c
|
Fixed warning in the sample
|
9 years ago |
apetrovichev
|
a8d62f72f9
|
Fixed Windows warning
|
9 years ago |
apetrovichev
|
463fd687fe
|
Fixed Windows warnings
|
9 years ago |
apetrovichev
|
2596baf963
|
Changed version of protobuf for the precompiled proto files
|
9 years ago |
apetrovichev
|
c630ddc925
|
Added precompiled proto files
|
9 years ago |
Vitaliy Lyudvichenko
|
d0a9683fa5
|
Moving of Caffe loaders into separate file
|
9 years ago |
Vitaliy Lyudvichenko
|
e713af1a69
|
Adding of OCL activations
|
9 years ago |
Vitaliy Lyudvichenko
|
e33da71a8a
|
Adding of setTo method for Blob, fixing of UMat allocation
|
9 years ago |
Vitaliy Lyudvichenko
|
909a002241
|
Adding of OCL and public interface for InnerProduct layer
|
9 years ago |
Vitaliy Lyudvichenko
|
bf9e9b81ac
|
Adding of OCL and public interface for Softmax layer
|
9 years ago |
Vitaliy Lyudvichenko
|
d8507fef74
|
Swapping of stride and pad params inside layers initializers
|
9 years ago |
Vitaliy Lyudvichenko
|
0af7f9ea29
|
Adding of OCL & public interface for Pooling layer
|
9 years ago |
Vitaliy Lyudvichenko
|
601afeed90
|
Adding of OCL implementations and public interfaces for Convolution and LRN
|
9 years ago |