From da3de2bdf90f21e847536f1ead7c1df14f83f3eb Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 9 May 2020 02:47:09 +0300 Subject: [PATCH] Update Readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ab6312..cfd158a8 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Others: https://www.youtube.com/user/pjreddie/videos ### Improvements in this repository -* added support for Windows +* developed State-of-the-Art object detector YOLOv4 * added State-of-Art models: CSP, PRN, EfficientNet * added layers: [conv_lstm], [scale_channels] SE/ASFF/BiFPN, [local_avgpool], [sam], [Gaussian_yolo], [reorg3d] (fixed [reorg]), fixed [batchnorm] * added the ability for training recurrent models (with layers conv-lstm`[conv_lstm]`/conv-rnn`[crnn]`) for accurate detection on video @@ -187,6 +187,7 @@ Others: https://www.youtube.com/user/pjreddie/videos * added calculation of anchors for training * added example of Detection and Tracking objects: https://github.com/AlexeyAB/darknet/blob/master/src/yolo_console_dll.cpp * run-time tips and warnings if you use incorrect cfg-file or dataset +* added support for Windows * many other fixes of code... And added manual - [How to train Yolo v4-v2 (to detect your custom objects)](#how-to-train-to-detect-your-custom-objects)