35346d2ef8
[cudnn] remove hardcoded version in cmake module ( #3738 )
...
collateral fixes:
* handle opencv4 upgrade on vcpkg
* add yasm (ffmpeg prerequisite) on travis
* install ffmpeg separately from opencv to circumvent time limits
* build only release to halve ci time
* do not build as shared libs when using vcpkg, since default triplets are static
* remove debug configs from appveyor matrix
2019-08-24 13:46:45 +02:00
4c315ea26b
Update Readme.md
2019-08-09 12:42:39 +03:00
480b3eccb1
Compile fix
2019-08-08 01:58:24 +03:00
c1f184249e
Added assisted_excitation_forward for training on CPU
2019-08-08 00:29:06 +03:00
4bf9b223a2
Fix sam layer
2019-08-05 16:06:57 +03:00
6467dc576a
Merge pull request #3685 from cenit/dev/cenit/opencv_fix
...
use newer Ubuntu for CI, minor fixes for darknet library (export missing defines and includes, hide unnecessary public symbols)
2019-08-03 01:03:52 +03:00
b2b769c099
Merge branch 'dev/alexey/master' into dev/cenit/opencv_fix
2019-08-02 22:52:01 +02:00
644621791d
Compile fix
2019-08-02 19:36:38 +03:00
2fa9792c56
Added [sam] layer
2019-08-02 19:29:05 +03:00
44d2fce4dd
remove unreadable char
2019-08-02 14:59:23 +02:00
3869d7ec40
restrict the opencv module selection to the only problematic configuration
2019-08-02 10:12:36 +02:00
7377f661f6
fix label option
2019-08-02 09:01:58 +02:00
09c996f8fb
upgrade FindCUDNN module to better deal with dlls and targets
2019-08-01 13:39:45 +02:00
73baf8531e
bump tweak version
2019-08-01 13:23:04 +02:00
a57a16998d
move bool from set cache to option
2019-08-01 13:19:19 +02:00
4d135b5992
[pthread cmake module] fix shared target handling
2019-08-01 11:22:30 +02:00
9baf9861d7
restore shared lib as default
2019-08-01 07:47:38 +02:00
53699c189b
use selected OpenCV modules only on Windows
2019-07-31 13:30:20 +02:00
98a2a7a7b7
re-enable full opencv linking as an option
2019-07-31 10:15:28 +02:00
992ee6b4b6
everything is publicly linked for libdark
2019-07-31 06:51:27 +02:00
769f76ef62
fixes for modern clang on linux
2019-07-30 17:39:18 +02:00
6e7c3a53c7
move travis to ubuntu18.04 and simplify test matrix
2019-07-30 16:01:12 +02:00
651a8dd7a6
restore OMP symbols as public
2019-07-30 14:56:44 +02:00
c32588f433
add missing links for cpp targets
2019-07-30 13:38:21 +02:00
76b42fc776
export missing defines and includes, hide unnecessary public symbols
2019-07-30 11:05:50 +02:00
b2d795e34e
Merge pull request #3678 from cenit/dev/cenit/cudafix
...
enable darknet as a library also when only MSVC build tools are installed
2019-07-29 18:43:42 +02:00
b60c2304fa
enable darknet as a library also when only MSVC build tools are installed
2019-07-29 17:17:18 +02:00
4384065158
Merge pull request #3654 from cenit/dev/cenit/cudaCMake
...
re-enable cuda choice
2019-07-28 00:08:32 +03:00
6761e832cc
Bug fix for TridentNet
...
Bug fix for TridentNet - share_index
2019-07-28 00:03:41 +03:00
61bab85a54
add compatibility with opencv 4.1.1
2019-07-26 11:16:14 +02:00
ae0306e851
option to build project using cpp compiler if c not working/available
2019-07-25 09:47:27 +02:00
65ebb0844e
Merge pull request #3605 from jing-vision/master
...
Make "darknet.exe classifier predict" behavior same as "darknet.exe c…
2019-07-24 14:13:26 +03:00
6daa15b84f
add a message when package is found
2019-07-18 16:42:34 +02:00
b9e7cd3d35
introduce functions to detect build features
2019-07-18 10:48:19 +02:00
ebb9a3cf53
Make "darknet.exe classifier predict" behavior same as "darknet.exe classifer validate"
2019-07-17 20:38:13 +08:00
2c4c96f50c
fix regression
2019-07-12 17:35:38 +02:00
15a19c4e83
avoid 'command line is too long' error on windows
2019-07-11 18:55:24 +02:00
e299925c5c
re-enable cuda choice
2019-07-09 10:39:48 +02:00
5a6afe96d3
Fixed scale_channels_layer resize
2019-07-03 13:54:13 +03:00
54e2d0b0e8
Added ability to use letter_box resizing in darknet.py sample
2019-07-01 19:07:13 +03:00
d4402d29c2
Added maxpool_depth= and out_channels= params to [maxpool]
2019-06-30 13:53:11 +03:00
7d4143332d
Minor output fixes
2019-06-29 16:52:49 +03:00
993af0fb5b
Check if image does not require resizing
2019-06-26 20:47:09 +03:00
88cccfcad4
Added Swish-activation
2019-06-26 15:48:22 +03:00
5ec35922d5
Fixed yolo_cpp_dll.vcxproj
2019-06-22 19:17:41 +03:00
c9129c2078
Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training
2019-06-22 17:04:00 +03:00
1ed71f4b29
Fixed CUDA-implementation of back-propagation for [scale_channels]-layer
2019-06-22 17:03:06 +03:00
aeb9da6918
Fixed darknet_no_gpu.vcxproj and yolo_cpp_dll_no_gpu.vcxproj (added scale_channels_layer)
2019-06-22 01:37:33 +03:00
9e9b2c4936
Update Readme.md
2019-06-20 20:52:26 +03:00
cc41339805
Added [scale_channels] layer for squeeze-and-excitation blocks
2019-06-19 23:36:02 +03:00