Updated 2021 (markdown)

Vadim Pisarevsky 2021-09-08 18:07:01 +03:00
parent c5fda9f9b7
commit 0dab9d8dda

29
2021.md

@ -30,6 +30,35 @@
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
</pre>
## 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.
<pre>
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
</pre>
## 2021-09-03
### *__Minutes__*