dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
776 stars 133 forks source link

onnxruntime和ncnn速度对比 #22

Open ISCLab-Bistu opened 2 years ago

ISCLab-Bistu commented 2 years ago

有在相同平台测试过,onnxruntime和ncnn两个framework的速度差异吗

1164513233 commented 1 year ago

onnxruntime,单核260多ms,ncnn单核60多

charitarthchugh commented 1 year ago

on what device, as onnxruntime can support cuda and tensorrt?