1564 Commits (63396082d7e77f4b460bdb2540469f5f1a3c7c48)
 

Author SHA1 Message Date
dccho dd34fe156a enable random resize training for efficient net 6 years ago
AlexeyAB ee370e765d Fixed ignore_thresh 6 years ago
AlexeyAB 509ba13acf Fixed recent memory leak for Classifier 6 years ago
AlexeyAB f42923350b Minor fix in batchnorm_layer (side effect in python samples) 6 years ago
AlexeyAB a4012895c1 accelerated the c++ example of usage DLL/SO library for images if compiled with OpenCV 6 years ago
AlexeyAB 11142d00be Fixed non-square network for Training Classifier 6 years ago
AlexeyAB c516b6cb0a Take TopK from obj.data file for Classifier 6 years ago
AlexeyAB 3652d7d374 Fixed MISH instability 6 years ago
AlexeyAB 70bf88ce01 Fixed swish-activation for [shortcut_layer] 6 years ago
AlexeyAB ded620ac6b fixed memory deallocation 6 years ago
AlexeyAB 9fe201807e Revert to old Assisted Excitation version. 6 years ago
Alexey 5bbbbd7c53
Merge pull request #4269 from 7FM/master 6 years ago
7FM 20659fc1a8
Fix undefined behavior caused by delete 6 years ago
AlexeyAB d91d59a22f Optimized memory allocation for Detection (inference only), without allocation memory for training 6 years ago
Alexey 0eee8404bf
Update Readme.md 6 years ago
AlexeyAB 0fa9c8f105 Added groups= and groupd_id= params to the [route] layer 6 years ago
AlexeyAB 704bd1138e Fixed params.net in parse_convolutional() and parse_route() 6 years ago
AlexeyAB c7c7078de7 Added URL to the description of activation MISH on GitHub 6 years ago
AlexeyAB bf8ea4183d Added MISH activation, use activation=mish in [convolutional] layers 6 years ago
AlexeyAB d628e8eab7 Fixed darknet.py for Uncertainty (gaussian_yolo_layer) 6 years ago
AlexeyAB e345b8793c Fixed ./darknet partial for Anti-aliasing 6 years ago
AlexeyAB 7018be435f Compile fix 6 years ago
AlexeyAB 52e3bb252f Use non-blocking sockets for JSON_server and MJPEG_server 6 years ago
AlexeyAB 4d9addedd7 Fixed legacy compilation using MSVS (gaussian_yolo_layer) 6 years ago
AlexeyAB 6e73633925 Fixed Blur and Try to use new Assisted Excitation. 6 years ago
AlexeyAB 69b7a19f5b minor fix 6 years ago
AlexeyAB f8c72acd42 Added scale_x_y to [Gaussian_yolo]. Fixed blur=10; 6 years ago
AlexeyAB fa7687e6b5 cfg-param blur > 1 is fixed (bilateral filter removes textures) 6 years ago
AlexeyAB 29c71a190a Fixed antialiasing=1 for [convolutional] layer 6 years ago
AlexeyAB f18338de26 Fixed [Gaussian_yolo] layer (tested for training and detection) 6 years ago
AlexeyAB 72f6de30b2 another compile fix 6 years ago
AlexeyAB 24788b8061 Compile fix 6 years ago
AlexeyAB b3a2495298 Added Gaussian YOLOv3 layer [Gaussian_yolo] 6 years ago
AlexeyAB bb7d69941c Added debugging info for Training Classifier for case: Too many or too few labels 6 years ago
AlexeyAB e6486ab594 Use ignore_thresh only if class_id matched. Temporary changed Assisted_Excitation (reduces background activations rather than enhancing objects activations). Added antialiasiong=2 for 2x2. 6 years ago
Alexey 2eb68d5177
Update Readme.md 6 years ago
Alexey 5dfbbfdb5f
Merge pull request #3375 from acxz/build_instructions 6 years ago
acxz 0823d04247 Add readability changes 6 years ago
Alexey 53160fa666
Merge pull request #3501 from shooorf/master 6 years ago
Alexey e24c96dc8b
Update Readme.md 6 years ago
Alexey 7181c7435f
Update readme.md 6 years ago
Alexey ff0b739e43
Update Readme.md 6 years ago
Alexey 2fa539779f
Readme.md 6 years ago
Alexey 05545b2607
Create FUNDING.yml 6 years ago
Alexey 6f4d93bb9f
Update readme.md 6 years ago
Alexey b918bf0329
Merge pull request #3946 from keko950/batch 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