airockchip / rknn_model_zoo

Apache License 2.0
1.05k stars 192 forks source link

Invalid parameters: Hardware limitation dst rect #172

Open vipslzyz opened 2 months ago

vipslzyz commented 2 months ago

improcess failed: Invalid parameters: Hardware limitation dst rect, unsupported operation of images smaller than 2 pixels, rect[x,y,w,h] = [1, 0, 240, 256]

improcess() 接口报错如上,但是对应 rect 宽和长是 240,256, 真正小于2的是 左上角的坐标点 x, y,请问这种情况该如何处理 rga版本1.8.1