1564 Commits (63396082d7e77f4b460bdb2540469f5f1a3c7c48)
 

Author SHA1 Message Date
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
acxz de07ab6924 added more ways to create so an dll files 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
acxz fead96a002 fixed link to cmake-gui section 6 years ago
acxz 69601cd8b0 added cmake build instructions and reorganized some install instructions 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
AlexeyAB abba310982 Minor fix in cost_layer 6 years ago
AlexeyAB 1f6f2e1162 Compile fix 6 years ago
AlexeyAB eac26226a7 Added scale_x_y param to [yolo]-layer (for sigmoid). 6 years ago
AlexeyAB 6e13527f06 Added GIoU 6 years ago
AlexeyAB 55dcd1bcb8 Compile fix 6 years ago
AlexeyAB 24f7d94ab4 Fixed resizing REORG_OLD layer 6 years ago
Alexey 2b7fea761f
Merge pull request #2923 from willbattel/save-best-map 6 years ago