You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above RT DETR model for object detection gives the correct output for bounding boxes, scores and labels when run on CPU, but the bounding boxes are wrong when run on CUDA GPU (scores and labels are correct). The model also fails backendTest.out with the following logs:
Test forward type: 0
Tolerance Rate: 0.050000
Open Model /Users/jaseem/Downloads/rtdetr_r50vd.mnn
hw.cpufamily: 458787763 , size = 4
The device support i8sdot:1, support fp16:1, support i8mm: 0
Input: 640,640,3,1
precision=0 in main, 280
modeNum=1 in main, 285
stopOp.c_str()=s in main, 290
165: 4079.000000 != 1200.000000
/model/decoder/TopK_output_0 - 1 is error
Are RT DETR models unsupported in MNN?
The text was updated successfully, but these errors were encountered:
平台(如果交叉编译请再附上交叉编译目标平台):
Platform(Include target platform as well if cross-compiling):
Tried converting in:
MNN and converter was built following the documentation without any additional flags.
Model files:
The above RT DETR model for object detection gives the correct output for bounding boxes, scores and labels when run on CPU, but the bounding boxes are wrong when run on CUDA GPU (scores and labels are correct). The model also fails backendTest.out with the following logs:
Are RT DETR models unsupported in MNN?
The text was updated successfully, but these errors were encountered: