Replies: 4 comments 4 replies
-
It seems like there's a lot of overhead in the model.predict() function... Deci-AI/super-gradients#958 |
Beta Was this translation helpful? Give feedback.
-
I manged to improve the yolo_nas inference x2. #1098. Should be running at ~60ms per image. But the overhead in the computations for |
Beta Was this translation helpful? Give feedback.
-
Any news regarding that issue @mikel-brostrom ? it really hinders the performance that Deci are promising with Yolo-NAS |
Beta Was this translation helpful? Give feedback.
-
Hello Mikel! Any update regarding this issue? The speed still seems to be quite low on PyTorch. |
Beta Was this translation helpful? Give feedback.
-
Hi Mikel, amazing repo!
I would appreciate your help with a quick question :)
I tried to test YOLO_NAS_S + STRONGSORT performance and the inference time was much higher than what Deci had reported.
My results were around ±120 ms per image, while yolov8n was around 15ms.
Do you any idea how can I address this latency issue and improve the performance?
I turned off all the parameters which responsible for saving images and the cropped_id, but no measure improvement was observed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions