fps of the model
PleasantPhoenix opened this issue · 1 comments
PleasantPhoenix commented
May I ask how to calculate the fps of the model
Haiyang-W commented
Thanks for your interest in our work. You can use the python library "time" to calculate inference time. Generally, you start the calculation from entering the model to the NMS. Dataloader time is not counted.