904 Commits (1108eafa95e9a6e03d5fab5bcf2b67c540be4bc4)

Author SHA1 Message Date
enes 1108eafa95 Batch inference added 6 years ago
gilberto.plaza fa74f691cb Removed useless snippet that only breaks if batch processing is enabled 6 years ago
AlexeyAB 1c71f00153 Fixed shortcut_layer for antialiasing 6 years ago
AlexeyAB b0b1584a06 Minor fix 6 years ago
AlexeyAB e33019e669 Fixed stride_x and stride_y. Fixed AntiAliasing. Minor fixes. 6 years ago
AlexeyAB f6fa4a56d9 compile fix 6 years ago
AlexeyAB 9c02df864e Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
AlexeyAB be5d0d6693 Added assisted_excitation=1 for [convolutional] layer on GPU 6 years ago
AlexeyAB 9e26472b1a Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 6 years ago
AlexeyAB 80ceee4fca Added antialiasing=1 param for [convolutional]-layer on CPU (only forward inference) 6 years ago
AlexeyAB 11b8b2bddf Added antialiasing=1 param for [convolutional]-layer on GPU 6 years ago
AlexeyAB a4a06c337a Addex stride_x= and stride_y= for [convolutional] layer for MatrixNet 6 years ago
AlexeyAB 102ab710a9 Fixed fuse_conv_batchnorm() for TridentNet 6 years ago
AlexeyAB 2a382e5a4b Fix training TridentNet 6 years ago
AlexeyAB 660a9b225c compile fix 6 years ago
AlexeyAB 58906ef812 minor fix: Unexpected end of wights-file! 6 years ago
AlexeyAB 4acf924aaf minor fix 6 years ago
AlexeyAB 8d80a65288 Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well) 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
AlexeyAB 2fa9792c56 Added [sam] layer 6 years ago
Stefano Sinigardi 769f76ef62 fixes for modern clang on linux 6 years ago
Alexey 6761e832cc
Bug fix for TridentNet 6 years ago
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 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
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 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 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
AlexeyAB bd689f91ac Added TridentNet (state-of-art on MS COCO) 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
AlexeyAB ff0dbcbb7d Fix network resizing for resize_conv_lstm_layer() 6 years ago
AlexeyAB abba310982 Minor fix in cost_layer 6 years ago