From 0dab9d8dda915d2c487aaec5f823f340a355899c Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 8 Sep 2021 18:07:01 +0300 Subject: [PATCH] Updated 2021 (markdown) --- 2021.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/2021.md b/2021.md index 16fa071..3a040c3 100644 --- a/2021.md +++ b/2021.md @@ -30,6 +30,35 @@ <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +## 2021-09-08 + +### *__Minutes__* +* Shiqi: + * opencv_zoo is now public; next week the first 4 models will be uploaded + * opencv benchmark will be run first on Intel, RPi etc. (~4 configs) +* Vadim: + * face detection functionality is nearly ready + * possibly partly move OpenCV CI to Russia or some other place to pass by the firewall. +* Gary: + * talking about extending robotics-related activities in OpenCV +* Anna: + * Done: + * Andrey: Prepared changes with the check if a list of extra dnn models changed in OpenCV Extra. + * Egor: Fix hasDynamicShapes for batch_size and axis selection in Scale layer PR merged. + * Egor: Fixed resize+concat optimization and got merged. Made a graph-cutting tool and found the problem in interaction between BlobManager optimization of Concat layer and Resize layer with no work: output blob of Resize layer was changed, but the copy of input to output isn't performed. + * Alexander P: 19 python-bindings issue checked and added to table. + * Alexander P: fixed issue calcBackProject picks up values from the wrong cell of 3D-histogram #19001 by PR #20558 + * Alexander P: Checked and ping to close Size of control parameter issue in Kalman predict #8905 + * Alexander P: Checked and ping to close Pycharm Cannot find reference 'VideoWriter' in '__init__.py | __init__.py' #18728 + * In progress: + * Egor: Add Normalize subgraph, support for starts<0 and axis<0 in Slice, Mul broadcasting in the middle and fix Expand's unsqueeze PR is in review. + * Egor: The outputs of Darknet and OpenCV from YOLOv4x-mish fix branch seem to match after NMS, the current plan is to add a test, similar to YOLOv4 one. + * Alexander P: minEnclosingTriangle Error using python3.8.3 on Windows #17585. The error was found. The fix is being prepared. + +
+<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+
+ ## 2021-09-03 ### *__Minutes__*