Alexander Smorkalov

Results 1051 comments of Alexander Smorkalov

Could you share the model and piece of code to reproduce the issue. The provided information is not enough for the issue debugging.

Thanks for the good catch! You are right. HTML version of the tutorial: https://docs.opencv.org/4.x/dc/dbb/tutorial_py_calibration.html Source file: py_calib3d/py_calibration/py_calibration.markdown The issue should be fixed in 3.4 and then could be merged from...

Duplicate https://github.com/opencv/opencv/issues/20324

@danopdev Could you squash commits and then I'll merge the PR.

The issue has been discussed on OpenCV team meeting. Decision: - Move samples with g-api to samples/g-api folder and tune cmake there. - Need to move documentation snippets to modules/g-api...

@zihaomu I checked other tickets and OpenCV patches that are alignment related and found general solution for it that is managed by macro CV_STRONG_ALIGNMENT. See https://github.com/opencv/opencv/blob/bb71cb200eafbe54ed4dfd31ad47a2d8de6838a4/modules/core/include/opencv2/core/cvdef.h#L351. I propose to use...

Also it looks like fp64 branch suffers from the same problem, but it's not popular and the issue is invisible.

``` [ FAILED ] Test_ONNX_nets.MobileNet_v2_FP16/0, where GetParam() = OCV/OCL [ FAILED ] Test_ONNX_nets.MobileNet_v2_FP16/1, where GetParam() = OCV/OCL_FP16 [ FAILED ] Test_ONNX_nets.MobileNet_v2_FP16/2, where GetParam() = OCV/CPU ```