1391 Commits (35346d2ef80dc46b9eb4fba57da1737a49f4743e)
 

Author SHA1 Message Date
Stefano Sinigardi 35346d2ef8
[cudnn] remove hardcoded version in cmake module (#3738) 6 years ago
Alexey 4c315ea26b
Update Readme.md 6 years ago
AlexeyAB 480b3eccb1 Compile fix 6 years ago
AlexeyAB c1f184249e Added assisted_excitation_forward for training on CPU 6 years ago
AlexeyAB 4bf9b223a2 Fix sam layer 6 years ago
Alexey 6467dc576a
Merge pull request #3685 from cenit/dev/cenit/opencv_fix 6 years ago
Stefano Sinigardi b2b769c099 Merge branch 'dev/alexey/master' into dev/cenit/opencv_fix 6 years ago
AlexeyAB 644621791d Compile fix 6 years ago
AlexeyAB 2fa9792c56 Added [sam] layer 6 years ago
Stefano Sinigardi 44d2fce4dd remove unreadable char 6 years ago
Stefano Sinigardi 3869d7ec40 restrict the opencv module selection to the only problematic configuration 6 years ago
Stefano Sinigardi 7377f661f6 fix label option 6 years ago
Stefano Sinigardi 09c996f8fb upgrade FindCUDNN module to better deal with dlls and targets 6 years ago
Stefano Sinigardi 73baf8531e bump tweak version 6 years ago
Stefano Sinigardi a57a16998d move bool from set cache to option 6 years ago
Stefano Sinigardi 4d135b5992 [pthread cmake module] fix shared target handling 6 years ago
Stefano Sinigardi 9baf9861d7 restore shared lib as default 6 years ago
Stefano Sinigardi 53699c189b use selected OpenCV modules only on Windows 6 years ago
Stefano Sinigardi 98a2a7a7b7 re-enable full opencv linking as an option 6 years ago
Stefano Sinigardi 992ee6b4b6 everything is publicly linked for libdark 6 years ago
Stefano Sinigardi 769f76ef62 fixes for modern clang on linux 6 years ago
Stefano Sinigardi 6e7c3a53c7 move travis to ubuntu18.04 and simplify test matrix 6 years ago
Stefano Sinigardi 651a8dd7a6 restore OMP symbols as public 6 years ago
Stefano Sinigardi c32588f433 add missing links for cpp targets 6 years ago
Stefano Sinigardi 76b42fc776 export missing defines and includes, hide unnecessary public symbols 6 years ago
Stefano Sinigardi b2d795e34e
Merge pull request #3678 from cenit/dev/cenit/cudafix 6 years ago
Stefano Sinigardi b60c2304fa enable darknet as a library also when only MSVC build tools are installed 6 years ago
Alexey 4384065158
Merge pull request #3654 from cenit/dev/cenit/cudaCMake 6 years ago
Alexey 6761e832cc
Bug fix for TridentNet 6 years ago
Stefano Sinigardi 61bab85a54 add compatibility with opencv 4.1.1 6 years ago
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 6 years ago
Alexey 65ebb0844e
Merge pull request #3605 from jing-vision/master 6 years ago
Stefano Sinigardi 6daa15b84f add a message when package is found 6 years ago
Stefano Sinigardi b9e7cd3d35 introduce functions to detect build features 6 years ago
vinjn ebb9a3cf53 Make "darknet.exe classifier predict" behavior same as "darknet.exe classifer validate" 6 years ago
Stefano Sinigardi 2c4c96f50c fix regression 6 years ago
Stefano Sinigardi 15a19c4e83 avoid 'command line is too long' error on windows 6 years ago
Stefano Sinigardi e299925c5c re-enable cuda choice 6 years ago
AlexeyAB 5a6afe96d3 Fixed scale_channels_layer resize 6 years ago
AlexeyAB 54e2d0b0e8 Added ability to use letter_box resizing in darknet.py sample 6 years ago
AlexeyAB d4402d29c2 Added maxpool_depth= and out_channels= params to [maxpool] 6 years ago
AlexeyAB 7d4143332d Minor output fixes 6 years ago
AlexeyAB 88cccfcad4 Added Swish-activation 6 years ago
AlexeyAB 5ec35922d5 Fixed yolo_cpp_dll.vcxproj 6 years ago
AlexeyAB c9129c2078 Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training 6 years ago
AlexeyAB 1ed71f4b29 Fixed CUDA-implementation of back-propagation for [scale_channels]-layer 6 years ago
AlexeyAB aeb9da6918 Fixed darknet_no_gpu.vcxproj and yolo_cpp_dll_no_gpu.vcxproj (added scale_channels_layer) 6 years ago
AlexeyAB 9e9b2c4936 Update Readme.md 6 years ago
AlexeyAB cc41339805 Added [scale_channels] layer for squeeze-and-excitation blocks 6 years ago
AlexeyAB 8c80ba6b53 Fixed weights-size for Depthwise grouped convolutional 6 years ago