IFC icon indicating copy to clipboard operation
IFC copied to clipboard

Question about Evaluating

Open zeratul233 opened this issue 1 year ago • 1 comments

How can I obtain the FPS and AP data for the Neural Network on the validation set?

zeratul233 avatar Mar 18 '23 13:03 zeratul233

FPS is measured by total frames in a validation dataset, divided by the total seconds it took to process the dataset. Total time gets scripted when an inference is completed, so you can use the time to measure the FPS. For AP, you should upload the result file on Codalab evaluation server, which you can check on the YouTube-VIS challenge website.

sukjunhwang avatar Mar 20 '23 18:03 sukjunhwang