-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
very low fps of converted model #64
Comments
@akashAD98 Also you could prune your yolo model by https://github.com/TNTWEN/Pruned-OpenVINO-YOLO to accelerate model reasoning if your dataset is not very large. To sum up,my suggestion is that you can try yolov4-tiny+INT8 to get higher fps. If you have sufficient GPU resources,you could also try yolov4+Pruned model+INT8 |
@TNTWEN im using yolov4 model, so my goal is to get high fps for yolov4,yolov4x mish models, i tried this able to convert into openvino ir form but not able to do inferenceing on converted form. please let me know can we get high fps 50-60 on cpu for using this techniue for yolov4mish,csp model? |
https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssdlite_mobilenet_v2 YOLOv4 has 59.57 BFLOPS and 244 MParams. For many NVIDIA GPUs, it is difficult to reach 50-60fps! And FP16 and FP32 are very slow on CPU. INT8 is necessary ! |
@akashAD98 |
@TNTWEN thanks i will definitely try this , but what do you think can we get 50-60 fps on yolov4mish/csp? if we do Model optimiser |
@akashAD98 |
i m using openvino 20.04 version.
& also able to inference ,but fps im getting is 1-3. so why its low,
my goal of using openvino to get high fps on cpu,but itts giving very less fps, is there any reason for this? how can we solve this issue?
The text was updated successfully, but these errors were encountered: