frotms

Results 4 issues of frotms

I modified repository of `opencv/opencv-python` and got `.whl` with wechat_qrcode. UnicodeDecodeError happens in some qrcode-images. Env: python3.6.9 unbuntu18.04 Code: ```import cv2 detector = cv2.wechat_qrcode_WeChatQRCode("detect.prototxt", "detect.caffemodel", "sr.prototxt", "sr.caffemodel") img = cv2.imread("img.jpg")...

bug
category: python bindings
confirmed

I ran `dcnv2` with `torchvision.ops.deform_conv2d`, and got the same result with `kernel_size=3`. But got different result when `kernel_size>3`. My implementation of `dcnv2` below: ``` def torch_initialize_weights(modules): # weight initialization for...

Hi, I run the code with a problem that it runs slower and slower for a few images. I found the function of tf.image.non_max_suppression may cause this problem, and I...

I run `python deploy/onnx_exporter_solov2.py configs/solov2/solov2_light_448_r18_fpn_8gpu_3x.py weights/SOLOv2_LIGHT_448_R18_3x.onnx --checkpoint ./checkpoints/SOLOv2_LIGHT_448_R18_3x.pth --shape 448 672` and got, `Traceback (most recent call last): File "deploy/onnx_exporter_solov2.py", line 225, in convert2onnx(args, dummy_input) File "deploy/onnx_exporter_solov2.py", line 100, in...