How to calculate FPS ?
dctwan15 opened this issue · 1 comments
dctwan15 commented
Thank you very much for your work, I would like to know how to calculate FPS in '3D instance segmentation results on ScanNet dataset'.
xuxw98 commented
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.