Updated 2021 (markdown)

Gary Bradski 2021-12-01 07:53:31 -08:00
parent 225f7b23fe
commit e9049ae0d6

43
2021.md

@ -30,6 +30,49 @@
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
</pre>
## 2021-12-01
### *__Minutes__*
* Vincent updated all to be 4.0
* Fuzzing code and analyzing it with more tools
* Intel team handling issues as they are found
* **Done:**
* Alexander P: ArUco tutorial should contain camera parameters of example images #3045
* PR was merged
* Andrey: Fixed the issue when pyinstaller does not know about extra config files of OpenCV python packages, PR was merged in pyinstaller repository.
* Egor: ArgMax PR merged.
* Egor: fix Clip, LeakyReLU, LRN, Split defaults PR merged.
* Egor: ONNX model crash issue seems to be resolved - user mixed up the order of dimensions
* **In progress:**
* Alexander P: some samples from ArUco tutorial are not reproduced.
* The custom dictionary was used to create the tutorial. This dictionary was added to OpenCV (BSD license).
* Added some tests for checking the tutorial.
* Added some snippets to integrate samples with tutorials.
* The ability to run samples with images has been added (previously samples run only with videos).
* Alexander P: cv2.remap in the cv2.INTER_LINEAR has some problem in border values, issue #21148
* Found strange remap behavior at the border of the image. Solutions are considered.
* Andrey: Working on moving extra imports and scripts from opencv-python repository to opencv repository.
* Egor: implemented ONNX Backend API for scoreboard in this branch. Initial coverage of the ONNX standart is 19.35%.
* Egor: found easy to fix issues in existing layers using ONNX conformance tests, the percentage rose to 21.68%, which is not much, but considering we probably wont be supporting control flow operations, its good enough. Opened PRs:
* fix ceil_mode for Average/MaxPooling PR
* Add alpha parameter to ELU layer PR
* Add alpha parameter to ELU (CUDA) PR
* Add Log/Softmax simplification PR
* Add default order to Transpose PR
* add Sum of 1 input PR
* Egor: WIP on layer implementation priorities.
* Egor: WIP on ONNX conformance tests integration.
### *__To Dos__*
* Gary
- [ ] Contact Future way
<pre>
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
</pre>
## 2021-11-24
## __*Agenda*__