You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does mmdetection offer an interface for users to test a self-trained model? Specifically, if I want to calcuate the inference time(fps), does it mean only model's forward time should be calculated and the other post operations like nms should be ignored?
The text was updated successfully, but these errors were encountered:
You can use the testing script to test a model, and it provides a progress bar to show the progress and fps. All operations including post processing and io are counted.
Does mmdetection offer an interface for users to test a self-trained model? Specifically, if I want to calcuate the inference time(fps), does it mean only model's forward time should be calculated and the other post operations like nms should be ignored?
The text was updated successfully, but these errors were encountered: