OAID / Tengine

Tengine is a lite, high performance, modular inference engine for embedded device
Apache License 2.0
4.59k stars 993 forks source link

yolox-s模型在rv1109上很慢,一次要27秒 #1000

Closed ChungTak closed 2 years ago

ChungTak commented 2 years ago

rv1109下yolov5s推理只需要 129.75 ms 但是yolox-s需要27秒~按理应该不会差距那么多,是不是yolox目前只是适配 vim3 A311D ,其他npu都没有适配呢?

tm_yolox_timvx -m  yolox_s_uint8.tmfile  -i test.jpg  
tengine-lite library version: 1.4-dev
Repeat 1 times, thread 1, avg time 27521.44 ms, max_time 27521.44 ms, min_time 27521.44 ms

运行环境:

xiao-hua-sheng commented 2 years ago

你没挂载NPU吧

ChungTak commented 2 years ago

应该挂载NPU了吧 ~~跑yolov5都没问题