lianst

Results 10 comments of lianst

I found there is build fail when decode test case [3_close_qrcodes.png]. May I fix this? I cannot find the test image

@AleksandrPanov Hello, I have tested this image and recurrent this error. But, actually, this error is not caused by this PR, because it still exist in top 4.x versions when...

> @bit1002lst, you broke tests with `use_nn_detector = true` by adding duplicate qr corners to answer > > fixed by this commit: [fixed duplicate corners and style](https://github.com/opencv/opencv_contrib/pull/3351/commits/14157b140ea83777dede37cd7dbeb75c64fc7a7a) > > also...

> there is a [fix](https://github.com/opencv/opencv_contrib/pull/3348)

me too, and all of the images in samples are empty

same issue

三、 问题:torch.onnx.errors.UnsupportedOperatorError: Exporting the operator 'aten::scaled_dot_product_attention' to ONNX opset version 13 is not supported. Support for this operator was added in version 14, try exporting with this version. 解决办法:pip install...

四、 问题:No module named 'tensorrt' (trt版本8.6.1) 解决办法:from tensorrt.tensorrt import修改为from tensorrtimport