xuxw98/ESAM

How to calculate FPS ?

dctwan15 opened this issue · 1 comments

Thank you very much for your work, I would like to know how to calculate FPS in '3D instance segmentation results on ScanNet dataset'.

You can use time.time() to calculate the inference time for each frame and take an average. For VFM, you can calculate their inference speed independently by feeding in the corresponding RGB image.