The TensorFlow Object Detection API has a very convenient way to get performance metrics for trained models (described in their tutorial here). Unfortunately, the Average Precision scores for each class are not provided.
Does anyone know of a convenient way to get class-specific AP scores for TensorFlow Object Detection models without having to write your own script to do it?
The same question was asked in 2019 but was not answered.
Thanks!