1420 Commits (1108eafa95e9a6e03d5fab5bcf2b67c540be4bc4)
 

Author SHA1 Message Date
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
shooorf 993af0fb5b
Check if image does not require resizing 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
AlexeyAB f0582446f2 Fixed Depth-wise (grouped) convolution for CPU and GPU (CUDNN=0/1) 6 years ago
Alexey a1abd07e23
Merge pull request #3371 from cenit/dev/cenit/fixes 6 years ago
AlexeyAB bd689f91ac Added TridentNet (state-of-art on MS COCO) 6 years ago
Stefano Sinigardi c0a9c741c3 clean up of README about deprecated option, invert logic of vcpkg flag in build.ps1 for improved clarity 6 years ago
Stefano Sinigardi b78db932cd fix missing pthread link for downstream users 6 years ago
Stefano Sinigardi 1b7a0dca09 revert #3389 6 years ago
Stefano Sinigardi 7701a8cf54 Merge branch 'dev/alexey/master' into dev/cenit/fixes 6 years ago
Alexey e4f6b276e5
Merge pull request #3389 from adujardin/master 6 years ago
Aymeric DUJARDIN f1f45b295c Fix Ubuntu cmake compilation (nvcc fatal fopenmp + pthread link uselib) 6 years ago
Stefano Sinigardi f14c6e2fd9 fully restore opencv option which got lost somehow 6 years ago
Stefano Sinigardi f1b6a6e008 fixes for clang/mac 6 years ago
AlexeyAB 378d49e1c3 Bug fix for MS COCO json output 6 years ago
AlexeyAB 94c806ffad final fix 6 years ago
AlexeyAB 85b0722af7 Another compile fix 6 years ago
AlexeyAB d1be8ddb33 compile fix 6 years ago
AlexeyAB 88ce9dcca6 Added dilation parameter for convolutional, conv_lstm and crnn layers 6 years ago
AlexeyAB 12db38ccbf Fixed input_shortcut_gpu() for layers with different numbers of channels 6 years ago
AlexeyAB 3ff27b1cdd Mixup bug fix 6 years ago
AlexeyAB 57baf1a487 Added Mixup data augmentation if is used mixup=1 6 years ago
Alexey 2347913ef1
Merge pull request #2952 from cenit/dev/cenit/include 6 years ago
AlexeyAB ff0dbcbb7d Fix network resizing for resize_conv_lstm_layer() 6 years ago