FastSAM
FastSAM copied to clipboard
fps value
This is my test:
- preprocess:0.7ms
- inference:44ms
- postprocess:2.6ms
- box_prompt:0.31ms
- total time=0.7+44+2.6+0.31=47.61ms
- fps=21
The fps is so low, what can i do to improve this,except for TRT conversion.
you can see this https://github.com/Linaom1214/TensorRT-FastSAM
Are you using gpu to get these inference speed? Trying on cpu gives much longer inference time like ~300ms.