1447 Commits (d91d59a22fea9c266f06c2ae5edb23d38fd83c20)
 

Author SHA1 Message Date
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
AlexeyAB f6fa4a56d9 compile fix 6 years ago
AlexeyAB 1e0b50c29e Added yolov3-tiny-prn.cfg and enet-coco.cfg (EfficientNetb0-Yolo- 45.5% mAP@0.5 - 3.7 BFlops) https://github.com/WongKinYiu/PartialResidualNetworks 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 a63782ca89 Added: efficientnet_b0.cfg 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