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
Hi,
I am using the performance_param command to increase FPS for some models it worked, but I am facing issues with models like yolov6s and yolov6m.
The increase in FPS I got was only 4-8 from a model that was converted without performance parameters.
here is the command: performance_param(optimization_level=max)
I have one more doubt do we need to add performance_param in the model script before we perform quantization(optimize), or can we perform this on the optimized model?
What are the arguments that performance_param takes e.g. fps and optimization level and how does it affect the FPS of the model.
The text was updated successfully, but these errors were encountered:
Hi,
I am using the performance_param command to increase FPS for some models it worked, but I am facing issues with models like yolov6s and yolov6m.
The increase in FPS I got was only 4-8 from a model that was converted without performance parameters.
here is the command: performance_param(optimization_level=max)
I have one more doubt do we need to add performance_param in the model script before we perform quantization(optimize), or can we perform this on the optimized model?
What are the arguments that performance_param takes e.g. fps and optimization level and how does it affect the FPS of the model.
The text was updated successfully, but these errors were encountered: